Shades of Deep Teal #0A352F
Tints of Deep Teal #0A352F
RGB
CMYK
RGB Variations
Color information
#0A352F (or 0x0A352F) is known color: Deep Teal. HEX triplet: 0A, 35 and 2F. RGB value is (10,53,47). Sum of RGB (Red+Green+Blue) = 10+53+47=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #0A352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A352F is #F5CAD0. Grayscale: #272727. Windows color (decimal): -16108241 or 3093770. OLE color: 3093770.
HSL color Cylindrical-coordinate representation of color #0A352F: hue angle of 171.63º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A352F is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 53 | 47 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.79 |
| HSL | 171.63º | 0.68% | 0.12% | - |
| HSV(B) | 171.63º | 0.81% | 0.21% | - |
| XYZ | 1.91 | 2.82 | 3.13 | - |
| YUV | 39.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 47 | 0.81 | 0 | 0.11 | 0.79 | 171.63 | 0.68 | 0.12 |
| Hex | A | 35 | 2F | 51 | 0 | B | 4F | AC | 44 | C |
| Octal | 12 | 65 | 57 | 121 | 0 | 13 | 117 | 254 | 104 | 14 |
| Binary | 1010 | 110101 | 101111 | 1010001 | 0 | 1011 | 1001111 | 10101100 | 1000100 | 1100 |
Color Harmonies of #0A352F
Complementary color
Monochromatic Colors of #0A352F
Black with #0A352F
Text Example
Text Example
White with #0A352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A352F; }
p { color: rgb(10,53,47); }
H1.HeaderClassName
{
color: #0A352F;
}
.AnyTagClassName
{
color: #0A352F;
}
</style>
background-color css
<style>
a { background-color: #0A352F; }
a { background-color: rgb(10,53,47); }
div.DivClassName
{
background-color: #0A352F;
}
.BgClassName
{
background-color: #0A352F;
}
</style>
border-color css
<style>
span { border-color: #0A352F; }
span { border-color: rgb(10,53,47); }
td.TdClassName
{
border-color: #0A352F;
}
.TagClassName
{
border-color: #0A352F;
}
</style>