Shades of Cyprus #0C4F4C
Tints of Cyprus #0C4F4C
RGB
CMYK
RGB Variations
Color information
#0C4F4C (or 0x0C4F4C) is known color: Cyprus. HEX triplet: 0C, 4F and 4C. RGB value is (12,79,76). Sum of RGB (Red+Green+Blue) = 12+79+76=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F4C is #F3B0B3. Grayscale: #3A3A3A. Windows color (decimal): -15970484 or 5000972. OLE color: 5000972.
HSL color Cylindrical-coordinate representation of color #0C4F4C: hue angle of 177.31º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F4C is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 79 | 76 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.69 |
| HSL | 177.31º | 0.74% | 0.18% | - |
| HSV(B) | 177.31º | 0.85% | 0.31% | - |
| XYZ | 4.25 | 6.19 | 7.81 | - |
| YUV | 58.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 76 | 0.85 | 0 | 0.04 | 0.69 | 177.31 | 0.74 | 0.18 |
| Hex | C | 4F | 4C | 55 | 0 | 4 | 45 | B1 | 4A | 12 |
| Octal | 14 | 117 | 114 | 125 | 0 | 4 | 105 | 261 | 112 | 22 |
| Binary | 1100 | 1001111 | 1001100 | 1010101 | 0 | 100 | 1000101 | 10110001 | 1001010 | 10010 |
Color Harmonies of #0C4F4C
Complementary color
Monochromatic Colors of #0C4F4C
Black with #0C4F4C
Text Example
Text Example
White with #0C4F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F4C; }
p { color: rgb(12,79,76); }
H1.HeaderClassName
{
color: #0C4F4C;
}
.AnyTagClassName
{
color: #0C4F4C;
}
</style>
background-color css
<style>
a { background-color: #0C4F4C; }
a { background-color: rgb(12,79,76); }
div.DivClassName
{
background-color: #0C4F4C;
}
.BgClassName
{
background-color: #0C4F4C;
}
</style>
border-color css
<style>
span { border-color: #0C4F4C; }
span { border-color: rgb(12,79,76); }
td.TdClassName
{
border-color: #0C4F4C;
}
.TagClassName
{
border-color: #0C4F4C;
}
</style>