Shades of Cyprus #12564D
Tints of Cyprus #12564D
RGB
CMYK
RGB Variations
Color information
#12564D (or 0x12564D) is known color: Cyprus. HEX triplet: 12, 56 and 4D. RGB value is (18,86,77). Sum of RGB (Red+Green+Blue) = 18+86+77=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #12564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12564D is #EDA9B2. Grayscale: #404040. Windows color (decimal): -15575475 or 5068306. OLE color: 5068306.
HSL color Cylindrical-coordinate representation of color #12564D: hue angle of 172.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12564D is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 86 | 77 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.66 |
| HSL | 172.06º | 0.65% | 0.2% | - |
| HSV(B) | 172.06º | 0.79% | 0.34% | - |
| XYZ | 4.92 | 7.32 | 8.17 | - |
| YUV | 64.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 77 | 0.79 | 0 | 0.10 | 0.66 | 172.06 | 0.65 | 0.2 |
| Hex | 12 | 56 | 4D | 4F | 0 | A | 42 | AC | 41 | 14 |
| Octal | 22 | 126 | 115 | 117 | 0 | 12 | 102 | 254 | 101 | 24 |
| Binary | 10010 | 1010110 | 1001101 | 1001111 | 0 | 1010 | 1000010 | 10101100 | 1000001 | 10100 |
Color Harmonies of #12564D
Complementary color
Monochromatic Colors of #12564D
Black with #12564D
Text Example
Text Example
White with #12564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12564D; }
p { color: rgb(18,86,77); }
H1.HeaderClassName
{
color: #12564D;
}
.AnyTagClassName
{
color: #12564D;
}
</style>
background-color css
<style>
a { background-color: #12564D; }
a { background-color: rgb(18,86,77); }
div.DivClassName
{
background-color: #12564D;
}
.BgClassName
{
background-color: #12564D;
}
</style>
border-color css
<style>
span { border-color: #12564D; }
span { border-color: rgb(18,86,77); }
td.TdClassName
{
border-color: #12564D;
}
.TagClassName
{
border-color: #12564D;
}
</style>