Shades of Deep Teal #0A4334
Tints of Deep Teal #0A4334
RGB
CMYK
RGB Variations
Color information
#0A4334 (or 0x0A4334) is known color: Deep Teal. HEX triplet: 0A, 43 and 34. RGB value is (10,67,52). Sum of RGB (Red+Green+Blue) = 10+67+52=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4334 is #F5BCCB. Grayscale: #303030. Windows color (decimal): -16104652 or 3425034. OLE color: 3425034.
HSL color Cylindrical-coordinate representation of color #0A4334: hue angle of 164.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 #0A4334 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 67 | 52 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.74 |
| HSL | 164.21º | 0.74% | 0.15% | - |
| HSV(B) | 164.21º | 0.85% | 0.26% | - |
| XYZ | 2.75 | 4.33 | 3.94 | - |
| YUV | 48.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 52 | 0.85 | 0 | 0.22 | 0.74 | 164.21 | 0.74 | 0.15 |
| Hex | A | 43 | 34 | 55 | 0 | 16 | 4A | A4 | 4A | F |
| Octal | 12 | 103 | 64 | 125 | 0 | 26 | 112 | 244 | 112 | 17 |
| Binary | 1010 | 1000011 | 110100 | 1010101 | 0 | 10110 | 1001010 | 10100100 | 1001010 | 1111 |
Color Harmonies of #0A4334
Complementary color
Monochromatic Colors of #0A4334
Black with #0A4334
Text Example
Text Example
White with #0A4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4334; }
p { color: rgb(10,67,52); }
H1.HeaderClassName
{
color: #0A4334;
}
.AnyTagClassName
{
color: #0A4334;
}
</style>
background-color css
<style>
a { background-color: #0A4334; }
a { background-color: rgb(10,67,52); }
div.DivClassName
{
background-color: #0A4334;
}
.BgClassName
{
background-color: #0A4334;
}
</style>
border-color css
<style>
span { border-color: #0A4334; }
span { border-color: rgb(10,67,52); }
td.TdClassName
{
border-color: #0A4334;
}
.TagClassName
{
border-color: #0A4334;
}
</style>