Shades of Deep Teal #0E4B3C
Tints of Deep Teal #0E4B3C
RGB
CMYK
RGB Variations
Color information
#0E4B3C (or 0x0E4B3C) is known color: Deep Teal. HEX triplet: 0E, 4B and 3C. RGB value is (14,75,60). Sum of RGB (Red+Green+Blue) = 14+75+60=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4B3C is #F1B4C3. Grayscale: #373737. Windows color (decimal): -15840452 or 3951374. OLE color: 3951374.
HSL color Cylindrical-coordinate representation of color #0E4B3C: hue angle of 165.25º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4B3C is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 75 | 60 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.71 |
| HSL | 165.25º | 0.69% | 0.17% | - |
| HSV(B) | 165.25º | 0.81% | 0.29% | - |
| XYZ | 3.51 | 5.45 | 5.14 | - |
| YUV | 55.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 60 | 0.81 | 0 | 0.20 | 0.71 | 165.25 | 0.69 | 0.17 |
| Hex | E | 4B | 3C | 51 | 0 | 14 | 47 | A5 | 45 | 11 |
| Octal | 16 | 113 | 74 | 121 | 0 | 24 | 107 | 245 | 105 | 21 |
| Binary | 1110 | 1001011 | 111100 | 1010001 | 0 | 10100 | 1000111 | 10100101 | 1000101 | 10001 |
Color Harmonies of #0E4B3C
Complementary color
Monochromatic Colors of #0E4B3C
Black with #0E4B3C
Text Example
Text Example
White with #0E4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4B3C; }
p { color: rgb(14,75,60); }
H1.HeaderClassName
{
color: #0E4B3C;
}
.AnyTagClassName
{
color: #0E4B3C;
}
</style>
background-color css
<style>
a { background-color: #0E4B3C; }
a { background-color: rgb(14,75,60); }
div.DivClassName
{
background-color: #0E4B3C;
}
.BgClassName
{
background-color: #0E4B3C;
}
</style>
border-color css
<style>
span { border-color: #0E4B3C; }
span { border-color: rgb(14,75,60); }
td.TdClassName
{
border-color: #0E4B3C;
}
.TagClassName
{
border-color: #0E4B3C;
}
</style>