Shades of Deep Teal #0A3E35
Tints of Deep Teal #0A3E35
RGB
CMYK
RGB Variations
Color information
#0A3E35 (or 0x0A3E35) is known color: Deep Teal. HEX triplet: 0A, 3E and 35. RGB value is (10,62,53). Sum of RGB (Red+Green+Blue) = 10+62+53=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E35 is #F5C1CA. Grayscale: #2D2D2D. Windows color (decimal): -16105931 or 3489290. OLE color: 3489290.
HSL color Cylindrical-coordinate representation of color #0A3E35: hue angle of 169.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 #0A3E35 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 53 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.76 |
| HSL | 169.62º | 0.72% | 0.14% | - |
| HSV(B) | 169.62º | 0.84% | 0.24% | - |
| XYZ | 2.49 | 3.77 | 3.96 | - |
| YUV | 45.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 53 | 0.84 | 0 | 0.15 | 0.76 | 169.62 | 0.72 | 0.14 |
| Hex | A | 3E | 35 | 54 | 0 | F | 4C | AA | 48 | E |
| Octal | 12 | 76 | 65 | 124 | 0 | 17 | 114 | 252 | 110 | 16 |
| Binary | 1010 | 111110 | 110101 | 1010100 | 0 | 1111 | 1001100 | 10101010 | 1001000 | 1110 |
Color Harmonies of #0A3E35
Complementary color
Monochromatic Colors of #0A3E35
Black with #0A3E35
Text Example
Text Example
White with #0A3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E35; }
p { color: rgb(10,62,53); }
H1.HeaderClassName
{
color: #0A3E35;
}
.AnyTagClassName
{
color: #0A3E35;
}
</style>
background-color css
<style>
a { background-color: #0A3E35; }
a { background-color: rgb(10,62,53); }
div.DivClassName
{
background-color: #0A3E35;
}
.BgClassName
{
background-color: #0A3E35;
}
</style>
border-color css
<style>
span { border-color: #0A3E35; }
span { border-color: rgb(10,62,53); }
td.TdClassName
{
border-color: #0A3E35;
}
.TagClassName
{
border-color: #0A3E35;
}
</style>