Shades of Deep Teal #0A4237
Tints of Deep Teal #0A4237
RGB
CMYK
RGB Variations
Color information
#0A4237 (or 0x0A4237) is known color: Deep Teal. HEX triplet: 0A, 42 and 37. RGB value is (10,66,55). Sum of RGB (Red+Green+Blue) = 10+66+55=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4237 is #F5BDC8. Grayscale: #2F2F2F. Windows color (decimal): -16104905 or 3621386. OLE color: 3621386.
HSL color Cylindrical-coordinate representation of color #0A4237: hue angle of 168.21º 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 #0A4237 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 55 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.74 |
| HSL | 168.21º | 0.74% | 0.15% | - |
| HSV(B) | 168.21º | 0.85% | 0.26% | - |
| XYZ | 2.76 | 4.24 | 4.29 | - |
| YUV | 48 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 55 | 0.85 | 0 | 0.17 | 0.74 | 168.21 | 0.74 | 0.15 |
| Hex | A | 42 | 37 | 55 | 0 | 11 | 4A | A8 | 4A | F |
| Octal | 12 | 102 | 67 | 125 | 0 | 21 | 112 | 250 | 112 | 17 |
| Binary | 1010 | 1000010 | 110111 | 1010101 | 0 | 10001 | 1001010 | 10101000 | 1001010 | 1111 |
Color Harmonies of #0A4237
Complementary color
Monochromatic Colors of #0A4237
Black with #0A4237
Text Example
Text Example
White with #0A4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4237; }
p { color: rgb(10,66,55); }
H1.HeaderClassName
{
color: #0A4237;
}
.AnyTagClassName
{
color: #0A4237;
}
</style>
background-color css
<style>
a { background-color: #0A4237; }
a { background-color: rgb(10,66,55); }
div.DivClassName
{
background-color: #0A4237;
}
.BgClassName
{
background-color: #0A4237;
}
</style>
border-color css
<style>
span { border-color: #0A4237; }
span { border-color: rgb(10,66,55); }
td.TdClassName
{
border-color: #0A4237;
}
.TagClassName
{
border-color: #0A4237;
}
</style>