Shades of Deep Teal #0A3A34
Tints of Deep Teal #0A3A34
RGB
CMYK
RGB Variations
Color information
#0A3A34 (or 0x0A3A34) is known color: Deep Teal. HEX triplet: 0A, 3A and 34. RGB value is (10,58,52). Sum of RGB (Red+Green+Blue) = 10+58+52=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #0A3A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3A34 is #F5C5CB. Grayscale: #2A2A2A. Windows color (decimal): -16106956 or 3422730. OLE color: 3422730.
HSL color Cylindrical-coordinate representation of color #0A3A34: hue angle of 172.5º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3A34 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 58 | 52 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.77 |
| HSL | 172.5º | 0.71% | 0.13% | - |
| HSV(B) | 172.5º | 0.83% | 0.23% | - |
| XYZ | 2.26 | 3.34 | 3.77 | - |
| YUV | 42.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 52 | 0.83 | 0 | 0.10 | 0.77 | 172.5 | 0.71 | 0.13 |
| Hex | A | 3A | 34 | 53 | 0 | A | 4D | AC | 47 | D |
| Octal | 12 | 72 | 64 | 123 | 0 | 12 | 115 | 254 | 107 | 15 |
| Binary | 1010 | 111010 | 110100 | 1010011 | 0 | 1010 | 1001101 | 10101100 | 1000111 | 1101 |
Color Harmonies of #0A3A34
Complementary color
Monochromatic Colors of #0A3A34
Black with #0A3A34
Text Example
Text Example
White with #0A3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A34; }
p { color: rgb(10,58,52); }
H1.HeaderClassName
{
color: #0A3A34;
}
.AnyTagClassName
{
color: #0A3A34;
}
</style>
background-color css
<style>
a { background-color: #0A3A34; }
a { background-color: rgb(10,58,52); }
div.DivClassName
{
background-color: #0A3A34;
}
.BgClassName
{
background-color: #0A3A34;
}
</style>
border-color css
<style>
span { border-color: #0A3A34; }
span { border-color: rgb(10,58,52); }
td.TdClassName
{
border-color: #0A3A34;
}
.TagClassName
{
border-color: #0A3A34;
}
</style>