Shades of Cyprus #0A3B3B
Tints of Cyprus #0A3B3B
RGB
CMYK
RGB Variations
Color information
#0A3B3B (or 0x0A3B3B) is known color: Cyprus. HEX triplet: 0A, 3B and 3B. RGB value is (10,59,59). Sum of RGB (Red+Green+Blue) = 10+59+59=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: green, blue. Hex color #0A3B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3B3B is #F5C4C4. Grayscale: #2C2C2C. Windows color (decimal): -16106693 or 3881738. OLE color: 3881738.
HSL color Cylindrical-coordinate representation of color #0A3B3B: hue angle of 180º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3B3B is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 59 | 59 | - |
| CMYK | 0.83 | 0 | 0 | 0.77 |
| HSL | 180º | 0.71% | 0.14% | - |
| HSV(B) | 180º | 0.83% | 0.23% | - |
| XYZ | 2.48 | 3.51 | 4.68 | - |
| YUV | 44.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 59 | 59 | 0.83 | 0 | 0 | 0.77 | 180 | 0.71 | 0.14 |
| Hex | A | 3B | 3B | 53 | 0 | 0 | 4D | B4 | 47 | E |
| Octal | 12 | 73 | 73 | 123 | 0 | 0 | 115 | 264 | 107 | 16 |
| Binary | 1010 | 111011 | 111011 | 1010011 | 0 | 0 | 1001101 | 10110100 | 1000111 | 1110 |
Color Harmonies of #0A3B3B
Complementary color
Monochromatic Colors of #0A3B3B
Black with #0A3B3B
Text Example
Text Example
White with #0A3B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3B3B; }
p { color: rgb(10,59,59); }
H1.HeaderClassName
{
color: #0A3B3B;
}
.AnyTagClassName
{
color: #0A3B3B;
}
</style>
background-color css
<style>
a { background-color: #0A3B3B; }
a { background-color: rgb(10,59,59); }
div.DivClassName
{
background-color: #0A3B3B;
}
.BgClassName
{
background-color: #0A3B3B;
}
</style>
border-color css
<style>
span { border-color: #0A3B3B; }
span { border-color: rgb(10,59,59); }
td.TdClassName
{
border-color: #0A3B3B;
}
.TagClassName
{
border-color: #0A3B3B;
}
</style>