Shades of Cyprus #0C504C
Tints of Cyprus #0C504C
RGB
CMYK
RGB Variations
Color information
#0C504C (or 0x0C504C) is known color: Cyprus. HEX triplet: 0C, 50 and 4C. RGB value is (12,80,76). Sum of RGB (Red+Green+Blue) = 12+80+76=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #0C504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C504C is #F3AFB3. Grayscale: #3B3B3B. Windows color (decimal): -15970228 or 5001228. OLE color: 5001228.
HSL color Cylindrical-coordinate representation of color #0C504C: hue angle of 176.47º 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 #0C504C is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 80 | 76 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.69 |
| HSL | 176.47º | 0.74% | 0.18% | - |
| HSV(B) | 176.47º | 0.85% | 0.31% | - |
| XYZ | 4.32 | 6.34 | 7.83 | - |
| YUV | 59.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 76 | 0.85 | 0 | 0.05 | 0.69 | 176.47 | 0.74 | 0.18 |
| Hex | C | 50 | 4C | 55 | 0 | 5 | 45 | B0 | 4A | 12 |
| Octal | 14 | 120 | 114 | 125 | 0 | 5 | 105 | 260 | 112 | 22 |
| Binary | 1100 | 1010000 | 1001100 | 1010101 | 0 | 101 | 1000101 | 10110000 | 1001010 | 10010 |
Color Harmonies of #0C504C
Complementary color
Monochromatic Colors of #0C504C
Black with #0C504C
Text Example
Text Example
White with #0C504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C504C; }
p { color: rgb(12,80,76); }
H1.HeaderClassName
{
color: #0C504C;
}
.AnyTagClassName
{
color: #0C504C;
}
</style>
background-color css
<style>
a { background-color: #0C504C; }
a { background-color: rgb(12,80,76); }
div.DivClassName
{
background-color: #0C504C;
}
.BgClassName
{
background-color: #0C504C;
}
</style>
border-color css
<style>
span { border-color: #0C504C; }
span { border-color: rgb(12,80,76); }
td.TdClassName
{
border-color: #0C504C;
}
.TagClassName
{
border-color: #0C504C;
}
</style>