Shades of Cyprus #0C514B
Tints of Cyprus #0C514B
RGB
CMYK
RGB Variations
Color information
#0C514B (or 0x0C514B) is known color: Cyprus. HEX triplet: 0C, 51 and 4B. RGB value is (12,81,75). Sum of RGB (Red+Green+Blue) = 12+81+75=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #0C514B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C514B is #F3AEB4. Grayscale: #3B3B3B. Windows color (decimal): -15969973 or 4935948. OLE color: 4935948.
HSL color Cylindrical-coordinate representation of color #0C514B: hue angle of 174.78º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C514B is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 81 | 75 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.68 |
| HSL | 174.78º | 0.74% | 0.18% | - |
| HSV(B) | 174.78º | 0.85% | 0.32% | - |
| XYZ | 4.36 | 6.47 | 7.68 | - |
| YUV | 59.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 75 | 0.85 | 0 | 0.07 | 0.68 | 174.78 | 0.74 | 0.18 |
| Hex | C | 51 | 4B | 55 | 0 | 7 | 44 | AF | 4A | 12 |
| Octal | 14 | 121 | 113 | 125 | 0 | 7 | 104 | 257 | 112 | 22 |
| Binary | 1100 | 1010001 | 1001011 | 1010101 | 0 | 111 | 1000100 | 10101111 | 1001010 | 10010 |
Color Harmonies of #0C514B
Complementary color
Monochromatic Colors of #0C514B
Black with #0C514B
Text Example
Text Example
White with #0C514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C514B; }
p { color: rgb(12,81,75); }
H1.HeaderClassName
{
color: #0C514B;
}
.AnyTagClassName
{
color: #0C514B;
}
</style>
background-color css
<style>
a { background-color: #0C514B; }
a { background-color: rgb(12,81,75); }
div.DivClassName
{
background-color: #0C514B;
}
.BgClassName
{
background-color: #0C514B;
}
</style>
border-color css
<style>
span { border-color: #0C514B; }
span { border-color: rgb(12,81,75); }
td.TdClassName
{
border-color: #0C514B;
}
.TagClassName
{
border-color: #0C514B;
}
</style>