Shades of Deep Teal #104235
Tints of Deep Teal #104235
RGB
CMYK
RGB Variations
Color information
#104235 (or 0x104235) is known color: Deep Teal. HEX triplet: 10, 42 and 35. RGB value is (16,66,53). Sum of RGB (Red+Green+Blue) = 16+66+53=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #104235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104235 is #EFBDCA. Grayscale: #313131. Windows color (decimal): -15711691 or 3490320. OLE color: 3490320.
HSL color Cylindrical-coordinate representation of color #104235: hue angle of 164.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104235 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 53 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.74 |
| HSL | 164.4º | 0.61% | 0.16% | - |
| HSV(B) | 164.4º | 0.76% | 0.26% | - |
| XYZ | 2.8 | 4.26 | 4.04 | - |
| YUV | 49.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 53 | 0.76 | 0 | 0.20 | 0.74 | 164.4 | 0.61 | 0.16 |
| Hex | 10 | 42 | 35 | 4C | 0 | 14 | 4A | A4 | 3D | 10 |
| Octal | 20 | 102 | 65 | 114 | 0 | 24 | 112 | 244 | 75 | 20 |
| Binary | 10000 | 1000010 | 110101 | 1001100 | 0 | 10100 | 1001010 | 10100100 | 111101 | 10000 |
Color Harmonies of #104235
Complementary color
Monochromatic Colors of #104235
Black with #104235
Text Example
Text Example
White with #104235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104235; }
p { color: rgb(16,66,53); }
H1.HeaderClassName
{
color: #104235;
}
.AnyTagClassName
{
color: #104235;
}
</style>
background-color css
<style>
a { background-color: #104235; }
a { background-color: rgb(16,66,53); }
div.DivClassName
{
background-color: #104235;
}
.BgClassName
{
background-color: #104235;
}
</style>
border-color css
<style>
span { border-color: #104235; }
span { border-color: rgb(16,66,53); }
td.TdClassName
{
border-color: #104235;
}
.TagClassName
{
border-color: #104235;
}
</style>