Html Css Color HEX #12574F Cyprus

📋 copy color: '#12574F'

red 18 ◦ green 87 ◦ blue 79

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

Shades of Cyprus #12574F

Tints of Cyprus #12574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.28%

 BLUE value IS 79 (31.25% from 255) = 42.93%

R = 9.78%
G = 47.28%
B = 42.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#12574F (or 0x12574F) is known color: Cyprus. HEX triplet: 12, 57 and 4F. RGB value is (18,87,79). Sum of RGB (Red+Green+Blue) = 18+87+79=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #12574F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12574F is #EDA8B0. Grayscale: #414141. Windows color (decimal): -15575217 or 5199634. OLE color: 5199634.

HSL color Cylindrical-coordinate representation of color #12574F: hue angle of 173.04º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12574F is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 79 -
CMYK 0.79 0 0.09 0.66
HSL 173.04º 0.66% 0.21% -
HSV(B) 173.04º 0.79% 0.34% -
XYZ 5.07 7.51 8.58 -
YUV 65.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 18 87 79 0.79 0 0.09 0.66 173.04 0.66 0.21
Hex 12 57 4F 4F 0 9 42 AD 42 15
Octal 22 127 117 117 0 11 102 255 102 25
Binary 10010 1010111 1001111 1001111 0 1001 1000010 10101101 1000010 10101

Color Harmonies of #12574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12574F

Black with #12574F

Text Example


Text Example

White with #12574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12574F; }

 p { color: rgb(18,87,79); }

 H1.HeaderClassName
 {
   color: #12574F;
 }
 .AnyTagClassName
 {
   color: #12574F;
 }
</style>

background-color css

<style>
 a { background-color: #12574F; }

 a { background-color: rgb(18,87,79); }

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

border-color css

<style>
 span { border-color: #12574F; }

 span { border-color: rgb(18,87,79); }

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