#12574A

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

Shades of Cyprus #12574A

Tints of Cyprus #12574A

Color information

#12574A (or 0x12574A) is unknown color: approx Cyprus. HEX triplet: 12, 57 and 4A. RGB value is (18,87,74). Sum of RGB (Red+Green+Blue) = 18+87+74=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #12574A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12574A is #EDA8B5. Grayscale: #404040. Windows color (decimal): -15575222 or 4871954. OLE color: 4871954.

HSL color Cylindrical-coordinate representation of color #12574A: hue angle of 168.7º 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 #12574A is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB188774-
CMYK0.7900.150.66
HSL168.7º65.71%20.59%-
HSV(B)168.7º79.31%34.12%-
XYZ4.897.447.66-
YUV64.89133.1494.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 87 (34.38% from 255) = 48.60%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=10.06%
G=48.60%
B=41.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887740.7900.150.66168.765.7120.59
Hex12574A4F0F42a94215
Octal2212711211701710225110225
Binary1001010101111001010100111101111100001010101001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12574A;
 }
 .AnyTagClassName
 {
   color: #12574A;
 }
</style>
background-color css

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

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

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

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

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

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