Shades of Deep Teal #104335
Tints of Deep Teal #104335
RGB
CMYK
RGB Variations
Color information
#104335 (or 0x104335) is known color: Deep Teal. HEX triplet: 10, 43 and 35. RGB value is (16,67,53). Sum of RGB (Red+Green+Blue) = 16+67+53=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #104335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104335 is #EFBCCA. Grayscale: #323232. Windows color (decimal): -15711435 or 3490576. OLE color: 3490576.
HSL color Cylindrical-coordinate representation of color #104335: hue angle of 163.53º 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 #104335 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 53 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.74 |
| HSL | 163.53º | 0.61% | 0.16% | - |
| HSV(B) | 163.53º | 0.76% | 0.26% | - |
| XYZ | 2.86 | 4.38 | 4.06 | - |
| YUV | 50.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 53 | 0.76 | 0 | 0.21 | 0.74 | 163.53 | 0.61 | 0.16 |
| Hex | 10 | 43 | 35 | 4C | 0 | 15 | 4A | A4 | 3D | 10 |
| Octal | 20 | 103 | 65 | 114 | 0 | 25 | 112 | 244 | 75 | 20 |
| Binary | 10000 | 1000011 | 110101 | 1001100 | 0 | 10101 | 1001010 | 10100100 | 111101 | 10000 |
Color Harmonies of #104335
Complementary color
Monochromatic Colors of #104335
Black with #104335
Text Example
Text Example
White with #104335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104335; }
p { color: rgb(16,67,53); }
H1.HeaderClassName
{
color: #104335;
}
.AnyTagClassName
{
color: #104335;
}
</style>
background-color css
<style>
a { background-color: #104335; }
a { background-color: rgb(16,67,53); }
div.DivClassName
{
background-color: #104335;
}
.BgClassName
{
background-color: #104335;
}
</style>
border-color css
<style>
span { border-color: #104335; }
span { border-color: rgb(16,67,53); }
td.TdClassName
{
border-color: #104335;
}
.TagClassName
{
border-color: #104335;
}
</style>