Shades of Cyprus #12554E
Tints of Cyprus #12554E
RGB
CMYK
RGB Variations
Color information
#12554E (or 0x12554E) is known color: Cyprus. HEX triplet: 12, 55 and 4E. RGB value is (18,85,78). Sum of RGB (Red+Green+Blue) = 18+85+78=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #12554E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12554E is #EDAAB1. Grayscale: #404040. Windows color (decimal): -15575730 or 5133586. OLE color: 5133586.
HSL color Cylindrical-coordinate representation of color #12554E: hue angle of 173.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 #12554E is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 85 | 78 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.67 |
| HSL | 173.73º | 0.65% | 0.2% | - |
| HSV(B) | 173.73º | 0.79% | 0.33% | - |
| XYZ | 4.87 | 7.18 | 8.34 | - |
| YUV | 64.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 78 | 0.79 | 0 | 0.08 | 0.67 | 173.73 | 0.65 | 0.2 |
| Hex | 12 | 55 | 4E | 4F | 0 | 8 | 43 | AE | 41 | 14 |
| Octal | 22 | 125 | 116 | 117 | 0 | 10 | 103 | 256 | 101 | 24 |
| Binary | 10010 | 1010101 | 1001110 | 1001111 | 0 | 1000 | 1000011 | 10101110 | 1000001 | 10100 |
Color Harmonies of #12554E
Complementary color
Monochromatic Colors of #12554E
Black with #12554E
Text Example
Text Example
White with #12554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12554E; }
p { color: rgb(18,85,78); }
H1.HeaderClassName
{
color: #12554E;
}
.AnyTagClassName
{
color: #12554E;
}
</style>
background-color css
<style>
a { background-color: #12554E; }
a { background-color: rgb(18,85,78); }
div.DivClassName
{
background-color: #12554E;
}
.BgClassName
{
background-color: #12554E;
}
</style>
border-color css
<style>
span { border-color: #12554E; }
span { border-color: rgb(18,85,78); }
td.TdClassName
{
border-color: #12554E;
}
.TagClassName
{
border-color: #12554E;
}
</style>