Shades of Deep Teal #104238
Tints of Deep Teal #104238
RGB
CMYK
RGB Variations
Color information
#104238 (or 0x104238) is known color: Deep Teal. HEX triplet: 10, 42 and 38. RGB value is (16,66,56). Sum of RGB (Red+Green+Blue) = 16+66+56=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #104238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104238 is #EFBDC7. Grayscale: #313131. Windows color (decimal): -15711688 or 3686928. OLE color: 3686928.
HSL color Cylindrical-coordinate representation of color #104238: hue angle of 168º 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 #104238 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 56 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.74 |
| HSL | 168º | 0.61% | 0.16% | - |
| HSV(B) | 168º | 0.76% | 0.26% | - |
| XYZ | 2.88 | 4.29 | 4.42 | - |
| YUV | 49.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 56 | 0.76 | 0 | 0.15 | 0.74 | 168 | 0.61 | 0.16 |
| Hex | 10 | 42 | 38 | 4C | 0 | F | 4A | A8 | 3D | 10 |
| Octal | 20 | 102 | 70 | 114 | 0 | 17 | 112 | 250 | 75 | 20 |
| Binary | 10000 | 1000010 | 111000 | 1001100 | 0 | 1111 | 1001010 | 10101000 | 111101 | 10000 |
Color Harmonies of #104238
Complementary color
Monochromatic Colors of #104238
Black with #104238
Text Example
Text Example
White with #104238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104238; }
p { color: rgb(16,66,56); }
H1.HeaderClassName
{
color: #104238;
}
.AnyTagClassName
{
color: #104238;
}
</style>
background-color css
<style>
a { background-color: #104238; }
a { background-color: rgb(16,66,56); }
div.DivClassName
{
background-color: #104238;
}
.BgClassName
{
background-color: #104238;
}
</style>
border-color css
<style>
span { border-color: #104238; }
span { border-color: rgb(16,66,56); }
td.TdClassName
{
border-color: #104238;
}
.TagClassName
{
border-color: #104238;
}
</style>