Shades of Deep Teal #104339
Tints of Deep Teal #104339
RGB
CMYK
RGB Variations
Color information
#104339 (or 0x104339) is known color: Deep Teal. HEX triplet: 10, 43 and 39. RGB value is (16,67,57). Sum of RGB (Red+Green+Blue) = 16+67+57=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #104339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104339 is #EFBCC6. Grayscale: #323232. Windows color (decimal): -15711431 or 3752720. OLE color: 3752720.
HSL color Cylindrical-coordinate representation of color #104339: hue angle of 168.24º 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 #104339 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 57 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.74 |
| HSL | 168.24º | 0.61% | 0.16% | - |
| HSV(B) | 168.24º | 0.76% | 0.26% | - |
| XYZ | 2.96 | 4.42 | 4.57 | - |
| YUV | 50.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 57 | 0.76 | 0 | 0.15 | 0.74 | 168.24 | 0.61 | 0.16 |
| Hex | 10 | 43 | 39 | 4C | 0 | F | 4A | A8 | 3D | 10 |
| Octal | 20 | 103 | 71 | 114 | 0 | 17 | 112 | 250 | 75 | 20 |
| Binary | 10000 | 1000011 | 111001 | 1001100 | 0 | 1111 | 1001010 | 10101000 | 111101 | 10000 |
Color Harmonies of #104339
Complementary color
Monochromatic Colors of #104339
Black with #104339
Text Example
Text Example
White with #104339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104339; }
p { color: rgb(16,67,57); }
H1.HeaderClassName
{
color: #104339;
}
.AnyTagClassName
{
color: #104339;
}
</style>
background-color css
<style>
a { background-color: #104339; }
a { background-color: rgb(16,67,57); }
div.DivClassName
{
background-color: #104339;
}
.BgClassName
{
background-color: #104339;
}
</style>
border-color css
<style>
span { border-color: #104339; }
span { border-color: rgb(16,67,57); }
td.TdClassName
{
border-color: #104339;
}
.TagClassName
{
border-color: #104339;
}
</style>