Shades of Deep Teal #0A4235
Tints of Deep Teal #0A4235
RGB
CMYK
RGB Variations
Color information
#0A4235 (or 0x0A4235) is known color: Deep Teal. HEX triplet: 0A, 42 and 35. RGB value is (10,66,53). Sum of RGB (Red+Green+Blue) = 10+66+53=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4235 is #F5BDCA. Grayscale: #2F2F2F. Windows color (decimal): -16104907 or 3490314. OLE color: 3490314.
HSL color Cylindrical-coordinate representation of color #0A4235: hue angle of 166.07º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4235 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 53 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.74 |
| HSL | 166.07º | 0.74% | 0.15% | - |
| HSV(B) | 166.07º | 0.85% | 0.26% | - |
| XYZ | 2.72 | 4.22 | 4.04 | - |
| YUV | 47.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 53 | 0.85 | 0 | 0.20 | 0.74 | 166.07 | 0.74 | 0.15 |
| Hex | A | 42 | 35 | 55 | 0 | 14 | 4A | A6 | 4A | F |
| Octal | 12 | 102 | 65 | 125 | 0 | 24 | 112 | 246 | 112 | 17 |
| Binary | 1010 | 1000010 | 110101 | 1010101 | 0 | 10100 | 1001010 | 10100110 | 1001010 | 1111 |
Color Harmonies of #0A4235
Complementary color
Monochromatic Colors of #0A4235
Black with #0A4235
Text Example
Text Example
White with #0A4235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4235; }
p { color: rgb(10,66,53); }
H1.HeaderClassName
{
color: #0A4235;
}
.AnyTagClassName
{
color: #0A4235;
}
</style>
background-color css
<style>
a { background-color: #0A4235; }
a { background-color: rgb(10,66,53); }
div.DivClassName
{
background-color: #0A4235;
}
.BgClassName
{
background-color: #0A4235;
}
</style>
border-color css
<style>
span { border-color: #0A4235; }
span { border-color: rgb(10,66,53); }
td.TdClassName
{
border-color: #0A4235;
}
.TagClassName
{
border-color: #0A4235;
}
</style>