Shades of Cyprus #12574E
Tints of Cyprus #12574E
RGB
CMYK
RGB Variations
Color information
#12574E (or 0x12574E) is known color: Cyprus. HEX triplet: 12, 57 and 4E. RGB value is (18,87,78). Sum of RGB (Red+Green+Blue) = 18+87+78=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #12574E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12574E is #EDA8B1. Grayscale: #414141. Windows color (decimal): -15575218 or 5134098. OLE color: 5134098.
HSL color Cylindrical-coordinate representation of color #12574E: hue angle of 172.17º 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 #12574E is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 87 | 78 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.66 |
| HSL | 172.17º | 0.66% | 0.21% | - |
| HSV(B) | 172.17º | 0.79% | 0.34% | - |
| XYZ | 5.03 | 7.5 | 8.39 | - |
| YUV | 65.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 78 | 0.79 | 0 | 0.10 | 0.66 | 172.17 | 0.66 | 0.21 |
| Hex | 12 | 57 | 4E | 4F | 0 | A | 42 | AC | 42 | 15 |
| Octal | 22 | 127 | 116 | 117 | 0 | 12 | 102 | 254 | 102 | 25 |
| Binary | 10010 | 1010111 | 1001110 | 1001111 | 0 | 1010 | 1000010 | 10101100 | 1000010 | 10101 |
Color Harmonies of #12574E
Complementary color
Monochromatic Colors of #12574E
Black with #12574E
Text Example
Text Example
White with #12574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12574E; }
p { color: rgb(18,87,78); }
H1.HeaderClassName
{
color: #12574E;
}
.AnyTagClassName
{
color: #12574E;
}
</style>
background-color css
<style>
a { background-color: #12574E; }
a { background-color: rgb(18,87,78); }
div.DivClassName
{
background-color: #12574E;
}
.BgClassName
{
background-color: #12574E;
}
</style>
border-color css
<style>
span { border-color: #12574E; }
span { border-color: rgb(18,87,78); }
td.TdClassName
{
border-color: #12574E;
}
.TagClassName
{
border-color: #12574E;
}
</style>