Shades of Cyprus #0C423F
Tints of Cyprus #0C423F
RGB
CMYK
RGB Variations
Color information
#0C423F (or 0x0C423F) is known color: Cyprus. HEX triplet: 0C, 42 and 3F. RGB value is (12,66,63). Sum of RGB (Red+Green+Blue) = 12+66+63=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #0C423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C423F is #F3BDC0. Grayscale: #313131. Windows color (decimal): -15973825 or 4145676. OLE color: 4145676.
HSL color Cylindrical-coordinate representation of color #0C423F: hue angle of 176.67º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C423F is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 66 | 63 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.74 |
| HSL | 176.67º | 0.69% | 0.15% | - |
| HSV(B) | 176.67º | 0.82% | 0.26% | - |
| XYZ | 3 | 4.33 | 5.38 | - |
| YUV | 49.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 63 | 0.82 | 0 | 0.05 | 0.74 | 176.67 | 0.69 | 0.15 |
| Hex | C | 42 | 3F | 52 | 0 | 5 | 4A | B1 | 45 | F |
| Octal | 14 | 102 | 77 | 122 | 0 | 5 | 112 | 261 | 105 | 17 |
| Binary | 1100 | 1000010 | 111111 | 1010010 | 0 | 101 | 1001010 | 10110001 | 1000101 | 1111 |
Color Harmonies of #0C423F
Complementary color
Monochromatic Colors of #0C423F
Black with #0C423F
Text Example
Text Example
White with #0C423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C423F; }
p { color: rgb(12,66,63); }
H1.HeaderClassName
{
color: #0C423F;
}
.AnyTagClassName
{
color: #0C423F;
}
</style>
background-color css
<style>
a { background-color: #0C423F; }
a { background-color: rgb(12,66,63); }
div.DivClassName
{
background-color: #0C423F;
}
.BgClassName
{
background-color: #0C423F;
}
</style>
border-color css
<style>
span { border-color: #0C423F; }
span { border-color: rgb(12,66,63); }
td.TdClassName
{
border-color: #0C423F;
}
.TagClassName
{
border-color: #0C423F;
}
</style>