Shades of Deep Teal #125441
Tints of Deep Teal #125441
RGB
CMYK
RGB Variations
Color information
#125441 (or 0x125441) is known color: Deep Teal. HEX triplet: 12, 54 and 41. RGB value is (18,84,65). Sum of RGB (Red+Green+Blue) = 18+84+65=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #125441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125441 is #EDABBE. Grayscale: #3E3E3E. Windows color (decimal): -15575999 or 4281362. OLE color: 4281362.
HSL color Cylindrical-coordinate representation of color #125441: hue angle of 162.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125441 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 84 | 65 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.67 |
| HSL | 162.73º | 0.65% | 0.2% | - |
| HSV(B) | 162.73º | 0.79% | 0.33% | - |
| XYZ | 4.37 | 6.85 | 6.09 | - |
| YUV | 62.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 65 | 0.79 | 0 | 0.23 | 0.67 | 162.73 | 0.65 | 0.2 |
| Hex | 12 | 54 | 41 | 4F | 0 | 17 | 43 | A3 | 41 | 14 |
| Octal | 22 | 124 | 101 | 117 | 0 | 27 | 103 | 243 | 101 | 24 |
| Binary | 10010 | 1010100 | 1000001 | 1001111 | 0 | 10111 | 1000011 | 10100011 | 1000001 | 10100 |
Color Harmonies of #125441
Complementary color
Monochromatic Colors of #125441
Black with #125441
Text Example
Text Example
White with #125441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125441; }
p { color: rgb(18,84,65); }
H1.HeaderClassName
{
color: #125441;
}
.AnyTagClassName
{
color: #125441;
}
</style>
background-color css
<style>
a { background-color: #125441; }
a { background-color: rgb(18,84,65); }
div.DivClassName
{
background-color: #125441;
}
.BgClassName
{
background-color: #125441;
}
</style>
border-color css
<style>
span { border-color: #125441; }
span { border-color: rgb(18,84,65); }
td.TdClassName
{
border-color: #125441;
}
.TagClassName
{
border-color: #125441;
}
</style>