Shades of Deep Teal #0D4239
Tints of Deep Teal #0D4239
RGB
CMYK
RGB Variations
Color information
#0D4239 (or 0x0D4239) is known color: Deep Teal. HEX triplet: 0D, 42 and 39. RGB value is (13,66,57). Sum of RGB (Red+Green+Blue) = 13+66+57=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #0D4239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4239 is #F2BDC6. Grayscale: #313131. Windows color (decimal): -15908295 or 3752461. OLE color: 3752461.
HSL color Cylindrical-coordinate representation of color #0D4239: hue angle of 169.81º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4239 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 66 | 57 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.74 |
| HSL | 169.81º | 0.67% | 0.15% | - |
| HSV(B) | 169.81º | 0.8% | 0.26% | - |
| XYZ | 2.85 | 4.28 | 4.55 | - |
| YUV | 49.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 57 | 0.80 | 0 | 0.14 | 0.74 | 169.81 | 0.67 | 0.15 |
| Hex | D | 42 | 39 | 50 | 0 | E | 4A | AA | 43 | F |
| Octal | 15 | 102 | 71 | 120 | 0 | 16 | 112 | 252 | 103 | 17 |
| Binary | 1101 | 1000010 | 111001 | 1010000 | 0 | 1110 | 1001010 | 10101010 | 1000011 | 1111 |
Color Harmonies of #0D4239
Complementary color
Monochromatic Colors of #0D4239
Black with #0D4239
Text Example
Text Example
White with #0D4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4239; }
p { color: rgb(13,66,57); }
H1.HeaderClassName
{
color: #0D4239;
}
.AnyTagClassName
{
color: #0D4239;
}
</style>
background-color css
<style>
a { background-color: #0D4239; }
a { background-color: rgb(13,66,57); }
div.DivClassName
{
background-color: #0D4239;
}
.BgClassName
{
background-color: #0D4239;
}
</style>
border-color css
<style>
span { border-color: #0D4239; }
span { border-color: rgb(13,66,57); }
td.TdClassName
{
border-color: #0D4239;
}
.TagClassName
{
border-color: #0D4239;
}
</style>