Html Css Color HEX #12504A Cyprus

📋 copy color: '#12504A'

red 18 ◦ green 80 ◦ blue 74

#12504A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #12504A

Tints of Cyprus #12504A

RGB

 RED value IS 18 (7.42% from 255) = 10.47%

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 74 (29.3% from 255) = 43.02%

R = 10.47%
G = 46.51%
B = 43.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12504A (or 0x12504A) is known color: Cyprus. HEX triplet: 12, 50 and 4A. RGB value is (18,80,74). Sum of RGB (Red+Green+Blue) = 18+80+74=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #12504A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12504A is #EDAFB5. Grayscale: #3C3C3C. Windows color (decimal): -15577014 or 4870162. OLE color: 4870162.

HSL color Cylindrical-coordinate representation of color #12504A: hue angle of 174.19º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12504A is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 74 -
CMYK 0.78 0 0.08 0.69
HSL 174.19º 0.63% 0.19% -
HSV(B) 174.19º 0.78% 0.31% -
XYZ 4.35 6.36 7.48 -
YUV 60.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 18 80 74 0.78 0 0.08 0.69 174.19 0.63 0.19
Hex 12 50 4A 4E 0 8 45 AE 3F 13
Octal 22 120 112 116 0 10 105 256 77 23
Binary 10010 1010000 1001010 1001110 0 1000 1000101 10101110 111111 10011

Color Harmonies of #12504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12504A

Black with #12504A

Text Example


Text Example

White with #12504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12504A; }

 p { color: rgb(18,80,74); }

 H1.HeaderClassName
 {
   color: #12504A;
 }
 .AnyTagClassName
 {
   color: #12504A;
 }
</style>

background-color css

<style>
 a { background-color: #12504A; }

 a { background-color: rgb(18,80,74); }

 div.DivClassName
 {
   background-color: #12504A;
 }
 .BgClassName
 {
   background-color: #12504A;
 }
</style>

border-color css

<style>
 span { border-color: #12504A; }

 span { border-color: rgb(18,80,74); }

 td.TdClassName
 {
   border-color: #12504A;
 }
 .TagClassName
 {
   border-color: #12504A;
 }
</style>