Shades of Deep Teal #0D4B3C
Tints of Deep Teal #0D4B3C
RGB
CMYK
RGB Variations
Color information
#0D4B3C (or 0x0D4B3C) is known color: Deep Teal. HEX triplet: 0D, 4B and 3C. RGB value is (13,75,60). Sum of RGB (Red+Green+Blue) = 13+75+60=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4B3C is #F2B4C3. Grayscale: #363636. Windows color (decimal): -15905988 or 3951373. OLE color: 3951373.
HSL color Cylindrical-coordinate representation of color #0D4B3C: hue angle of 165.48º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4B3C is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 75 | 60 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.71 |
| HSL | 165.48º | 0.7% | 0.17% | - |
| HSV(B) | 165.48º | 0.83% | 0.29% | - |
| XYZ | 3.5 | 5.44 | 5.14 | - |
| YUV | 54.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 60 | 0.83 | 0 | 0.20 | 0.71 | 165.48 | 0.7 | 0.17 |
| Hex | D | 4B | 3C | 53 | 0 | 14 | 47 | A5 | 46 | 11 |
| Octal | 15 | 113 | 74 | 123 | 0 | 24 | 107 | 245 | 106 | 21 |
| Binary | 1101 | 1001011 | 111100 | 1010011 | 0 | 10100 | 1000111 | 10100101 | 1000110 | 10001 |
Color Harmonies of #0D4B3C
Complementary color
Monochromatic Colors of #0D4B3C
Black with #0D4B3C
Text Example
Text Example
White with #0D4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B3C; }
p { color: rgb(13,75,60); }
H1.HeaderClassName
{
color: #0D4B3C;
}
.AnyTagClassName
{
color: #0D4B3C;
}
</style>
background-color css
<style>
a { background-color: #0D4B3C; }
a { background-color: rgb(13,75,60); }
div.DivClassName
{
background-color: #0D4B3C;
}
.BgClassName
{
background-color: #0D4B3C;
}
</style>
border-color css
<style>
span { border-color: #0D4B3C; }
span { border-color: rgb(13,75,60); }
td.TdClassName
{
border-color: #0D4B3C;
}
.TagClassName
{
border-color: #0D4B3C;
}
</style>