Shades of Cyprus #0A3D3E
Tints of Cyprus #0A3D3E
RGB
CMYK
RGB Variations
Color information
#0A3D3E (or 0x0A3D3E) is known color: Cyprus. HEX triplet: 0A, 3D and 3E. RGB value is (10,61,62). Sum of RGB (Red+Green+Blue) = 10+61+62=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A3D3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3D3E is #F5C2C1. Grayscale: #2D2D2D. Windows color (decimal): -16106178 or 4078858. OLE color: 4078858.
HSL color Cylindrical-coordinate representation of color #0A3D3E: hue angle of 181.15º 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 #0A3D3E is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 61 | 62 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.76 |
| HSL | 181.15º | 0.72% | 0.14% | - |
| HSV(B) | 181.15º | 0.84% | 0.24% | - |
| XYZ | 2.66 | 3.75 | 5.14 | - |
| YUV | 45.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 62 | 0.84 | 0.02 | 0 | 0.76 | 181.15 | 0.72 | 0.14 |
| Hex | A | 3D | 3E | 54 | 2 | 0 | 4C | B5 | 48 | E |
| Octal | 12 | 75 | 76 | 124 | 2 | 0 | 114 | 265 | 110 | 16 |
| Binary | 1010 | 111101 | 111110 | 1010100 | 10 | 0 | 1001100 | 10110101 | 1001000 | 1110 |
Color Harmonies of #0A3D3E
Complementary color
Monochromatic Colors of #0A3D3E
Black with #0A3D3E
Text Example
Text Example
White with #0A3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3D3E; }
p { color: rgb(10,61,62); }
H1.HeaderClassName
{
color: #0A3D3E;
}
.AnyTagClassName
{
color: #0A3D3E;
}
</style>
background-color css
<style>
a { background-color: #0A3D3E; }
a { background-color: rgb(10,61,62); }
div.DivClassName
{
background-color: #0A3D3E;
}
.BgClassName
{
background-color: #0A3D3E;
}
</style>
border-color css
<style>
span { border-color: #0A3D3E; }
span { border-color: rgb(10,61,62); }
td.TdClassName
{
border-color: #0A3D3E;
}
.TagClassName
{
border-color: #0A3D3E;
}
</style>