Shades of Deep Teal #0A3D34
Tints of Deep Teal #0A3D34
RGB
CMYK
RGB Variations
Color information
#0A3D34 (or 0x0A3D34) is known color: Deep Teal. HEX triplet: 0A, 3D and 34. RGB value is (10,61,52). Sum of RGB (Red+Green+Blue) = 10+61+52=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3D34 is #F5C2CB. Grayscale: #2C2C2C. Windows color (decimal): -16106188 or 3423498. OLE color: 3423498.
HSL color Cylindrical-coordinate representation of color #0A3D34: hue angle of 169.41º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3D34 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 61 | 52 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.76 |
| HSL | 169.41º | 0.72% | 0.14% | - |
| HSV(B) | 169.41º | 0.84% | 0.24% | - |
| XYZ | 2.41 | 3.65 | 3.83 | - |
| YUV | 44.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 52 | 0.84 | 0 | 0.15 | 0.76 | 169.41 | 0.72 | 0.14 |
| Hex | A | 3D | 34 | 54 | 0 | F | 4C | A9 | 48 | E |
| Octal | 12 | 75 | 64 | 124 | 0 | 17 | 114 | 251 | 110 | 16 |
| Binary | 1010 | 111101 | 110100 | 1010100 | 0 | 1111 | 1001100 | 10101001 | 1001000 | 1110 |
Color Harmonies of #0A3D34
Complementary color
Monochromatic Colors of #0A3D34
Black with #0A3D34
Text Example
Text Example
White with #0A3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3D34; }
p { color: rgb(10,61,52); }
H1.HeaderClassName
{
color: #0A3D34;
}
.AnyTagClassName
{
color: #0A3D34;
}
</style>
background-color css
<style>
a { background-color: #0A3D34; }
a { background-color: rgb(10,61,52); }
div.DivClassName
{
background-color: #0A3D34;
}
.BgClassName
{
background-color: #0A3D34;
}
</style>
border-color css
<style>
span { border-color: #0A3D34; }
span { border-color: rgb(10,61,52); }
td.TdClassName
{
border-color: #0A3D34;
}
.TagClassName
{
border-color: #0A3D34;
}
</style>