Shades of Cyprus #0C544B
Tints of Cyprus #0C544B
RGB
CMYK
RGB Variations
Color information
#0C544B (or 0x0C544B) is known color: Cyprus. HEX triplet: 0C, 54 and 4B. RGB value is (12,84,75). Sum of RGB (Red+Green+Blue) = 12+84+75=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #0C544B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C544B is #F3ABB4. Grayscale: #3D3D3D. Windows color (decimal): -15969205 or 4936716. OLE color: 4936716.
HSL color Cylindrical-coordinate representation of color #0C544B: hue angle of 172.5º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C544B is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 75 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.67 |
| HSL | 172.5º | 0.75% | 0.19% | - |
| HSV(B) | 172.5º | 0.86% | 0.33% | - |
| XYZ | 4.59 | 6.93 | 7.75 | - |
| YUV | 61.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 75 | 0.86 | 0 | 0.11 | 0.67 | 172.5 | 0.75 | 0.19 |
| Hex | C | 54 | 4B | 56 | 0 | B | 43 | AC | 4B | 13 |
| Octal | 14 | 124 | 113 | 126 | 0 | 13 | 103 | 254 | 113 | 23 |
| Binary | 1100 | 1010100 | 1001011 | 1010110 | 0 | 1011 | 1000011 | 10101100 | 1001011 | 10011 |
Color Harmonies of #0C544B
Complementary color
Monochromatic Colors of #0C544B
Black with #0C544B
Text Example
Text Example
White with #0C544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C544B; }
p { color: rgb(12,84,75); }
H1.HeaderClassName
{
color: #0C544B;
}
.AnyTagClassName
{
color: #0C544B;
}
</style>
background-color css
<style>
a { background-color: #0C544B; }
a { background-color: rgb(12,84,75); }
div.DivClassName
{
background-color: #0C544B;
}
.BgClassName
{
background-color: #0C544B;
}
</style>
border-color css
<style>
span { border-color: #0C544B; }
span { border-color: rgb(12,84,75); }
td.TdClassName
{
border-color: #0C544B;
}
.TagClassName
{
border-color: #0C544B;
}
</style>