Shades of Deep Teal #10372F
Tints of Deep Teal #10372F
RGB
CMYK
RGB Variations
Color information
#10372F (or 0x10372F) is known color: Deep Teal. HEX triplet: 10, 37 and 2F. RGB value is (16,55,47). Sum of RGB (Red+Green+Blue) = 16+55+47=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #10372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10372F is #EFC8D0. Grayscale: #2A2A2A. Windows color (decimal): -15714513 or 3094288. OLE color: 3094288.
HSL color Cylindrical-coordinate representation of color #10372F: hue angle of 167.69º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10372F is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 47 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.78 |
| HSL | 167.69º | 0.55% | 0.14% | - |
| HSV(B) | 167.69º | 0.71% | 0.22% | - |
| XYZ | 2.09 | 3.05 | 3.17 | - |
| YUV | 42.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 47 | 0.71 | 0 | 0.15 | 0.78 | 167.69 | 0.55 | 0.14 |
| Hex | 10 | 37 | 2F | 47 | 0 | F | 4E | A8 | 37 | E |
| Octal | 20 | 67 | 57 | 107 | 0 | 17 | 116 | 250 | 67 | 16 |
| Binary | 10000 | 110111 | 101111 | 1000111 | 0 | 1111 | 1001110 | 10101000 | 110111 | 1110 |
Color Harmonies of #10372F
Complementary color
Monochromatic Colors of #10372F
Black with #10372F
Text Example
Text Example
White with #10372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10372F; }
p { color: rgb(16,55,47); }
H1.HeaderClassName
{
color: #10372F;
}
.AnyTagClassName
{
color: #10372F;
}
</style>
background-color css
<style>
a { background-color: #10372F; }
a { background-color: rgb(16,55,47); }
div.DivClassName
{
background-color: #10372F;
}
.BgClassName
{
background-color: #10372F;
}
</style>
border-color css
<style>
span { border-color: #10372F; }
span { border-color: rgb(16,55,47); }
td.TdClassName
{
border-color: #10372F;
}
.TagClassName
{
border-color: #10372F;
}
</style>