Shades of Cyprus #0C524C
Tints of Cyprus #0C524C
RGB
CMYK
RGB Variations
Color information
#0C524C (or 0x0C524C) is known color: Cyprus. HEX triplet: 0C, 52 and 4C. RGB value is (12,82,76). Sum of RGB (Red+Green+Blue) = 12+82+76=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #0C524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C524C is #F3ADB3. Grayscale: #3C3C3C. Windows color (decimal): -15969716 or 5001740. OLE color: 5001740.
HSL color Cylindrical-coordinate representation of color #0C524C: hue angle of 174.86º 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 #0C524C is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 82 | 76 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.68 |
| HSL | 174.86º | 0.74% | 0.18% | - |
| HSV(B) | 174.86º | 0.85% | 0.32% | - |
| XYZ | 4.47 | 6.63 | 7.88 | - |
| YUV | 60.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 76 | 0.85 | 0 | 0.07 | 0.68 | 174.86 | 0.74 | 0.18 |
| Hex | C | 52 | 4C | 55 | 0 | 7 | 44 | AF | 4A | 12 |
| Octal | 14 | 122 | 114 | 125 | 0 | 7 | 104 | 257 | 112 | 22 |
| Binary | 1100 | 1010010 | 1001100 | 1010101 | 0 | 111 | 1000100 | 10101111 | 1001010 | 10010 |
Color Harmonies of #0C524C
Complementary color
Monochromatic Colors of #0C524C
Black with #0C524C
Text Example
Text Example
White with #0C524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C524C; }
p { color: rgb(12,82,76); }
H1.HeaderClassName
{
color: #0C524C;
}
.AnyTagClassName
{
color: #0C524C;
}
</style>
background-color css
<style>
a { background-color: #0C524C; }
a { background-color: rgb(12,82,76); }
div.DivClassName
{
background-color: #0C524C;
}
.BgClassName
{
background-color: #0C524C;
}
</style>
border-color css
<style>
span { border-color: #0C524C; }
span { border-color: rgb(12,82,76); }
td.TdClassName
{
border-color: #0C524C;
}
.TagClassName
{
border-color: #0C524C;
}
</style>