Shades of Cyprus #0C423E
Tints of Cyprus #0C423E
RGB
CMYK
RGB Variations
Color information
#0C423E (or 0x0C423E) is known color: Cyprus. HEX triplet: 0C, 42 and 3E. RGB value is (12,66,62). Sum of RGB (Red+Green+Blue) = 12+66+62=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #0C423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C423E is #F3BDC1. Grayscale: #313131. Windows color (decimal): -15973826 or 4080140. OLE color: 4080140.
HSL color Cylindrical-coordinate representation of color #0C423E: hue angle of 175.56º 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 #0C423E is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 66 | 62 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.74 |
| HSL | 175.56º | 0.69% | 0.15% | - |
| HSV(B) | 175.56º | 0.82% | 0.26% | - |
| XYZ | 2.97 | 4.32 | 5.24 | - |
| YUV | 49.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 62 | 0.82 | 0 | 0.06 | 0.74 | 175.56 | 0.69 | 0.15 |
| Hex | C | 42 | 3E | 52 | 0 | 6 | 4A | B0 | 45 | F |
| Octal | 14 | 102 | 76 | 122 | 0 | 6 | 112 | 260 | 105 | 17 |
| Binary | 1100 | 1000010 | 111110 | 1010010 | 0 | 110 | 1001010 | 10110000 | 1000101 | 1111 |
Color Harmonies of #0C423E
Complementary color
Monochromatic Colors of #0C423E
Black with #0C423E
Text Example
Text Example
White with #0C423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C423E; }
p { color: rgb(12,66,62); }
H1.HeaderClassName
{
color: #0C423E;
}
.AnyTagClassName
{
color: #0C423E;
}
</style>
background-color css
<style>
a { background-color: #0C423E; }
a { background-color: rgb(12,66,62); }
div.DivClassName
{
background-color: #0C423E;
}
.BgClassName
{
background-color: #0C423E;
}
</style>
border-color css
<style>
span { border-color: #0C423E; }
span { border-color: rgb(12,66,62); }
td.TdClassName
{
border-color: #0C423E;
}
.TagClassName
{
border-color: #0C423E;
}
</style>