Shades of Deep Teal #125545
Tints of Deep Teal #125545
RGB
CMYK
RGB Variations
Color information
#125545 (or 0x125545) is known color: Deep Teal. HEX triplet: 12, 55 and 45. RGB value is (18,85,69). Sum of RGB (Red+Green+Blue) = 18+85+69=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #125545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125545 is #EDAABA. Grayscale: #3F3F3F. Windows color (decimal): -15575739 or 4543762. OLE color: 4543762.
HSL color Cylindrical-coordinate representation of color #125545: hue angle of 165.67º 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 #125545 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 85 | 69 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.67 |
| HSL | 165.67º | 0.65% | 0.2% | - |
| HSV(B) | 165.67º | 0.79% | 0.33% | - |
| XYZ | 4.57 | 7.06 | 6.75 | - |
| YUV | 63.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 69 | 0.79 | 0 | 0.19 | 0.67 | 165.67 | 0.65 | 0.2 |
| Hex | 12 | 55 | 45 | 4F | 0 | 13 | 43 | A6 | 41 | 14 |
| Octal | 22 | 125 | 105 | 117 | 0 | 23 | 103 | 246 | 101 | 24 |
| Binary | 10010 | 1010101 | 1000101 | 1001111 | 0 | 10011 | 1000011 | 10100110 | 1000001 | 10100 |
Color Harmonies of #125545
Complementary color
Monochromatic Colors of #125545
Black with #125545
Text Example
Text Example
White with #125545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125545; }
p { color: rgb(18,85,69); }
H1.HeaderClassName
{
color: #125545;
}
.AnyTagClassName
{
color: #125545;
}
</style>
background-color css
<style>
a { background-color: #125545; }
a { background-color: rgb(18,85,69); }
div.DivClassName
{
background-color: #125545;
}
.BgClassName
{
background-color: #125545;
}
</style>
border-color css
<style>
span { border-color: #125545; }
span { border-color: rgb(18,85,69); }
td.TdClassName
{
border-color: #125545;
}
.TagClassName
{
border-color: #125545;
}
</style>