Shades of Deep Teal #014537
Tints of Deep Teal #014537
RGB
CMYK
RGB Variations
Color information
#014537 (or 0x014537) is known color: Deep Teal. HEX triplet: 01, 45 and 37. RGB value is (1,69,55). Sum of RGB (Red+Green+Blue) = 1+69+55=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #014537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014537 is #FEBAC8. Grayscale: #2F2F2F. Windows color (decimal): -16693961 or 3622145. OLE color: 3622145.
HSL color Cylindrical-coordinate representation of color #014537: hue angle of 167.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014537 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 55 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.73 |
| HSL | 167.65º | 0.97% | 0.14% | - |
| HSV(B) | 167.65º | 0.99% | 0.27% | - |
| XYZ | 2.83 | 4.54 | 4.34 | - |
| YUV | 47.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 55 | 0.99 | 0 | 0.20 | 0.73 | 167.65 | 0.97 | 0.14 |
| Hex | 1 | 45 | 37 | 63 | 0 | 14 | 49 | A8 | 61 | E |
| Octal | 1 | 105 | 67 | 143 | 0 | 24 | 111 | 250 | 141 | 16 |
| Binary | 1 | 1000101 | 110111 | 1100011 | 0 | 10100 | 1001001 | 10101000 | 1100001 | 1110 |
Color Harmonies of #014537
Complementary color
Monochromatic Colors of #014537
Black with #014537
Text Example
Text Example
White with #014537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014537; }
p { color: rgb(1,69,55); }
H1.HeaderClassName
{
color: #014537;
}
.AnyTagClassName
{
color: #014537;
}
</style>
background-color css
<style>
a { background-color: #014537; }
a { background-color: rgb(1,69,55); }
div.DivClassName
{
background-color: #014537;
}
.BgClassName
{
background-color: #014537;
}
</style>
border-color css
<style>
span { border-color: #014537; }
span { border-color: rgb(1,69,55); }
td.TdClassName
{
border-color: #014537;
}
.TagClassName
{
border-color: #014537;
}
</style>