Shades of Deep Teal #104239
Tints of Deep Teal #104239
RGB
CMYK
RGB Variations
Color information
#104239 (or 0x104239) is known color: Deep Teal. HEX triplet: 10, 42 and 39. RGB value is (16,66,57). Sum of RGB (Red+Green+Blue) = 16+66+57=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #104239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104239 is #EFBDC6. Grayscale: #323232. Windows color (decimal): -15711687 or 3752464. OLE color: 3752464.
HSL color Cylindrical-coordinate representation of color #104239: hue angle of 169.2º 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 #104239 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 57 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.74 |
| HSL | 169.2º | 0.61% | 0.16% | - |
| HSV(B) | 169.2º | 0.76% | 0.26% | - |
| XYZ | 2.9 | 4.3 | 4.55 | - |
| YUV | 50.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 57 | 0.76 | 0 | 0.14 | 0.74 | 169.2 | 0.61 | 0.16 |
| Hex | 10 | 42 | 39 | 4C | 0 | E | 4A | A9 | 3D | 10 |
| Octal | 20 | 102 | 71 | 114 | 0 | 16 | 112 | 251 | 75 | 20 |
| Binary | 10000 | 1000010 | 111001 | 1001100 | 0 | 1110 | 1001010 | 10101001 | 111101 | 10000 |
Color Harmonies of #104239
Complementary color
Monochromatic Colors of #104239
Black with #104239
Text Example
Text Example
White with #104239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104239; }
p { color: rgb(16,66,57); }
H1.HeaderClassName
{
color: #104239;
}
.AnyTagClassName
{
color: #104239;
}
</style>
background-color css
<style>
a { background-color: #104239; }
a { background-color: rgb(16,66,57); }
div.DivClassName
{
background-color: #104239;
}
.BgClassName
{
background-color: #104239;
}
</style>
border-color css
<style>
span { border-color: #104239; }
span { border-color: rgb(16,66,57); }
td.TdClassName
{
border-color: #104239;
}
.TagClassName
{
border-color: #104239;
}
</style>