Shades of Cyprus #0A3A3E
Tints of Cyprus #0A3A3E
RGB
CMYK
RGB Variations
Color information
#0A3A3E (or 0x0A3A3E) is known color: Cyprus. HEX triplet: 0A, 3A and 3E. RGB value is (10,58,62). Sum of RGB (Red+Green+Blue) = 10+58+62=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A3A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3A3E is #F5C5C1. Grayscale: #2C2C2C. Windows color (decimal): -16106946 or 4078090. OLE color: 4078090.
HSL color Cylindrical-coordinate representation of color #0A3A3E: hue angle of 184.62º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3A3E is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 58 | 62 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.76 |
| HSL | 184.62º | 0.72% | 0.14% | - |
| HSV(B) | 184.62º | 0.84% | 0.24% | - |
| XYZ | 2.51 | 3.44 | 5.09 | - |
| YUV | 44.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 62 | 0.84 | 0.06 | 0 | 0.76 | 184.62 | 0.72 | 0.14 |
| Hex | A | 3A | 3E | 54 | 6 | 0 | 4C | B9 | 48 | E |
| Octal | 12 | 72 | 76 | 124 | 6 | 0 | 114 | 271 | 110 | 16 |
| Binary | 1010 | 111010 | 111110 | 1010100 | 110 | 0 | 1001100 | 10111001 | 1001000 | 1110 |
Color Harmonies of #0A3A3E
Complementary color
Monochromatic Colors of #0A3A3E
Black with #0A3A3E
Text Example
Text Example
White with #0A3A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A3E; }
p { color: rgb(10,58,62); }
H1.HeaderClassName
{
color: #0A3A3E;
}
.AnyTagClassName
{
color: #0A3A3E;
}
</style>
background-color css
<style>
a { background-color: #0A3A3E; }
a { background-color: rgb(10,58,62); }
div.DivClassName
{
background-color: #0A3A3E;
}
.BgClassName
{
background-color: #0A3A3E;
}
</style>
border-color css
<style>
span { border-color: #0A3A3E; }
span { border-color: rgb(10,58,62); }
td.TdClassName
{
border-color: #0A3A3E;
}
.TagClassName
{
border-color: #0A3A3E;
}
</style>