Shades of Deep Teal #0D4E3C
Tints of Deep Teal #0D4E3C
RGB
CMYK
RGB Variations
Color information
#0D4E3C (or 0x0D4E3C) is known color: Deep Teal. HEX triplet: 0D, 4E and 3C. RGB value is (13,78,60). Sum of RGB (Red+Green+Blue) = 13+78+60=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #0D4E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4E3C is #F2B1C3. Grayscale: #383838. Windows color (decimal): -15905220 or 3952141. OLE color: 3952141.
HSL color Cylindrical-coordinate representation of color #0D4E3C: hue angle of 163.38º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4E3C is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 78 | 60 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.69 |
| HSL | 163.38º | 0.71% | 0.18% | - |
| HSV(B) | 163.38º | 0.83% | 0.31% | - |
| XYZ | 3.71 | 5.86 | 5.21 | - |
| YUV | 56.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 60 | 0.83 | 0 | 0.23 | 0.69 | 163.38 | 0.71 | 0.18 |
| Hex | D | 4E | 3C | 53 | 0 | 17 | 45 | A3 | 47 | 12 |
| Octal | 15 | 116 | 74 | 123 | 0 | 27 | 105 | 243 | 107 | 22 |
| Binary | 1101 | 1001110 | 111100 | 1010011 | 0 | 10111 | 1000101 | 10100011 | 1000111 | 10010 |
Color Harmonies of #0D4E3C
Complementary color
Monochromatic Colors of #0D4E3C
Black with #0D4E3C
Text Example
Text Example
White with #0D4E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4E3C; }
p { color: rgb(13,78,60); }
H1.HeaderClassName
{
color: #0D4E3C;
}
.AnyTagClassName
{
color: #0D4E3C;
}
</style>
background-color css
<style>
a { background-color: #0D4E3C; }
a { background-color: rgb(13,78,60); }
div.DivClassName
{
background-color: #0D4E3C;
}
.BgClassName
{
background-color: #0D4E3C;
}
</style>
border-color css
<style>
span { border-color: #0D4E3C; }
span { border-color: rgb(13,78,60); }
td.TdClassName
{
border-color: #0D4E3C;
}
.TagClassName
{
border-color: #0D4E3C;
}
</style>