Shades of Cyprus #12544C
Tints of Cyprus #12544C
RGB
CMYK
RGB Variations
Color information
#12544C (or 0x12544C) is known color: Cyprus. HEX triplet: 12, 54 and 4C. RGB value is (18,84,76). Sum of RGB (Red+Green+Blue) = 18+84+76=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #12544C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12544C is #EDABB3. Grayscale: #3F3F3F. Windows color (decimal): -15575988 or 5002258. OLE color: 5002258.
HSL color Cylindrical-coordinate representation of color #12544C: hue angle of 172.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12544C is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 84 | 76 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.67 |
| HSL | 172.73º | 0.65% | 0.2% | - |
| HSV(B) | 172.73º | 0.79% | 0.33% | - |
| XYZ | 4.72 | 6.99 | 7.94 | - |
| YUV | 63.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 76 | 0.79 | 0 | 0.10 | 0.67 | 172.73 | 0.65 | 0.2 |
| Hex | 12 | 54 | 4C | 4F | 0 | A | 43 | AD | 41 | 14 |
| Octal | 22 | 124 | 114 | 117 | 0 | 12 | 103 | 255 | 101 | 24 |
| Binary | 10010 | 1010100 | 1001100 | 1001111 | 0 | 1010 | 1000011 | 10101101 | 1000001 | 10100 |
Color Harmonies of #12544C
Complementary color
Monochromatic Colors of #12544C
Black with #12544C
Text Example
Text Example
White with #12544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12544C; }
p { color: rgb(18,84,76); }
H1.HeaderClassName
{
color: #12544C;
}
.AnyTagClassName
{
color: #12544C;
}
</style>
background-color css
<style>
a { background-color: #12544C; }
a { background-color: rgb(18,84,76); }
div.DivClassName
{
background-color: #12544C;
}
.BgClassName
{
background-color: #12544C;
}
</style>
border-color css
<style>
span { border-color: #12544C; }
span { border-color: rgb(18,84,76); }
td.TdClassName
{
border-color: #12544C;
}
.TagClassName
{
border-color: #12544C;
}
</style>