#12574F

Color #12574F Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #12574F

Tints of Cyprus #12574F

Color information

#12574F (or 0x12574F) is unknown color: approx 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

RGB188779-
CMYK0.7900.090.66
HSL173.04º65.71%20.59%-
HSV(B)173.04º79.31%34.12%-
XYZ5.077.518.58-
YUV65.46135.6494.15-

RGB Variations

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

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 (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887790.7900.090.66173.0465.7120.59
Hex12574F4F0942ad4215
Octal2212711711701110225510225
Binary1001010101111001111100111101001100001010101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>