Shades of Deep Teal #125040
Tints of Deep Teal #125040
RGB
CMYK
RGB Variations
Color information
#125040 (or 0x125040) is known color: Deep Teal. HEX triplet: 12, 50 and 40. RGB value is (18,80,64). Sum of RGB (Red+Green+Blue) = 18+80+64=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #125040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125040 is #EDAFBF. Grayscale: #3B3B3B. Windows color (decimal): -15577024 or 4214802. OLE color: 4214802.
HSL color Cylindrical-coordinate representation of color #125040: hue angle of 164.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125040 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 80 | 64 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.69 |
| HSL | 164.52º | 0.63% | 0.19% | - |
| HSV(B) | 164.52º | 0.78% | 0.31% | - |
| XYZ | 4.04 | 6.24 | 5.84 | - |
| YUV | 59.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 64 | 0.78 | 0 | 0.20 | 0.69 | 164.52 | 0.63 | 0.19 |
| Hex | 12 | 50 | 40 | 4E | 0 | 14 | 45 | A5 | 3F | 13 |
| Octal | 22 | 120 | 100 | 116 | 0 | 24 | 105 | 245 | 77 | 23 |
| Binary | 10010 | 1010000 | 1000000 | 1001110 | 0 | 10100 | 1000101 | 10100101 | 111111 | 10011 |
Color Harmonies of #125040
Complementary color
Monochromatic Colors of #125040
Black with #125040
Text Example
Text Example
White with #125040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125040; }
p { color: rgb(18,80,64); }
H1.HeaderClassName
{
color: #125040;
}
.AnyTagClassName
{
color: #125040;
}
</style>
background-color css
<style>
a { background-color: #125040; }
a { background-color: rgb(18,80,64); }
div.DivClassName
{
background-color: #125040;
}
.BgClassName
{
background-color: #125040;
}
</style>
border-color css
<style>
span { border-color: #125040; }
span { border-color: rgb(18,80,64); }
td.TdClassName
{
border-color: #125040;
}
.TagClassName
{
border-color: #125040;
}
</style>