Shades of Deep Teal #0A4233
Tints of Deep Teal #0A4233
RGB
CMYK
RGB Variations
Color information
#0A4233 (or 0x0A4233) is known color: Deep Teal. HEX triplet: 0A, 42 and 33. RGB value is (10,66,51). Sum of RGB (Red+Green+Blue) = 10+66+51=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4233 is #F5BDCC. Grayscale: #2F2F2F. Windows color (decimal): -16104909 or 3359242. OLE color: 3359242.
HSL color Cylindrical-coordinate representation of color #0A4233: hue angle of 163.93º 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 #0A4233 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 51 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.74 |
| HSL | 163.93º | 0.74% | 0.15% | - |
| HSV(B) | 163.93º | 0.85% | 0.26% | - |
| XYZ | 2.67 | 4.2 | 3.8 | - |
| YUV | 47.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 51 | 0.85 | 0 | 0.23 | 0.74 | 163.93 | 0.74 | 0.15 |
| Hex | A | 42 | 33 | 55 | 0 | 17 | 4A | A4 | 4A | F |
| Octal | 12 | 102 | 63 | 125 | 0 | 27 | 112 | 244 | 112 | 17 |
| Binary | 1010 | 1000010 | 110011 | 1010101 | 0 | 10111 | 1001010 | 10100100 | 1001010 | 1111 |
Color Harmonies of #0A4233
Complementary color
Monochromatic Colors of #0A4233
Black with #0A4233
Text Example
Text Example
White with #0A4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4233; }
p { color: rgb(10,66,51); }
H1.HeaderClassName
{
color: #0A4233;
}
.AnyTagClassName
{
color: #0A4233;
}
</style>
background-color css
<style>
a { background-color: #0A4233; }
a { background-color: rgb(10,66,51); }
div.DivClassName
{
background-color: #0A4233;
}
.BgClassName
{
background-color: #0A4233;
}
</style>
border-color css
<style>
span { border-color: #0A4233; }
span { border-color: rgb(10,66,51); }
td.TdClassName
{
border-color: #0A4233;
}
.TagClassName
{
border-color: #0A4233;
}
</style>