Shades of Cyprus #0A3C3B
Tints of Cyprus #0A3C3B
RGB
CMYK
RGB Variations
Color information
#0A3C3B (or 0x0A3C3B) is known color: Cyprus. HEX triplet: 0A, 3C and 3B. RGB value is (10,60,59). Sum of RGB (Red+Green+Blue) = 10+60+59=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 60 - color contains mainly: green. Hex color #0A3C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3C3B is #F5C3C4. Grayscale: #2C2C2C. Windows color (decimal): -16106437 or 3881994. OLE color: 3881994.
HSL color Cylindrical-coordinate representation of color #0A3C3B: hue angle of 178.8º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3C3B is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 60 | 59 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.76 |
| HSL | 178.8º | 0.71% | 0.14% | - |
| HSV(B) | 178.8º | 0.83% | 0.24% | - |
| XYZ | 2.53 | 3.61 | 4.7 | - |
| YUV | 44.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 59 | 0.83 | 0 | 0.02 | 0.76 | 178.8 | 0.71 | 0.14 |
| Hex | A | 3C | 3B | 53 | 0 | 2 | 4C | B3 | 47 | E |
| Octal | 12 | 74 | 73 | 123 | 0 | 2 | 114 | 263 | 107 | 16 |
| Binary | 1010 | 111100 | 111011 | 1010011 | 0 | 10 | 1001100 | 10110011 | 1000111 | 1110 |
Color Harmonies of #0A3C3B
Complementary color
Monochromatic Colors of #0A3C3B
Black with #0A3C3B
Text Example
Text Example
White with #0A3C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3C3B; }
p { color: rgb(10,60,59); }
H1.HeaderClassName
{
color: #0A3C3B;
}
.AnyTagClassName
{
color: #0A3C3B;
}
</style>
background-color css
<style>
a { background-color: #0A3C3B; }
a { background-color: rgb(10,60,59); }
div.DivClassName
{
background-color: #0A3C3B;
}
.BgClassName
{
background-color: #0A3C3B;
}
</style>
border-color css
<style>
span { border-color: #0A3C3B; }
span { border-color: rgb(10,60,59); }
td.TdClassName
{
border-color: #0A3C3B;
}
.TagClassName
{
border-color: #0A3C3B;
}
</style>