Shades of Deep Teal #125345
Tints of Deep Teal #125345
RGB
CMYK
RGB Variations
Color information
#125345 (or 0x125345) is known color: Deep Teal. HEX triplet: 12, 53 and 45. RGB value is (18,83,69). Sum of RGB (Red+Green+Blue) = 18+83+69=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #125345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125345 is #EDACBA. Grayscale: #3D3D3D. Windows color (decimal): -15576251 or 4543250. OLE color: 4543250.
HSL color Cylindrical-coordinate representation of color #125345: hue angle of 167.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125345 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 69 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.67 |
| HSL | 167.08º | 0.64% | 0.2% | - |
| HSV(B) | 167.08º | 0.78% | 0.33% | - |
| XYZ | 4.42 | 6.74 | 6.7 | - |
| YUV | 61.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 69 | 0.78 | 0 | 0.17 | 0.67 | 167.08 | 0.64 | 0.2 |
| Hex | 12 | 53 | 45 | 4E | 0 | 11 | 43 | A7 | 40 | 14 |
| Octal | 22 | 123 | 105 | 116 | 0 | 21 | 103 | 247 | 100 | 24 |
| Binary | 10010 | 1010011 | 1000101 | 1001110 | 0 | 10001 | 1000011 | 10100111 | 1000000 | 10100 |
Color Harmonies of #125345
Complementary color
Monochromatic Colors of #125345
Black with #125345
Text Example
Text Example
White with #125345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125345; }
p { color: rgb(18,83,69); }
H1.HeaderClassName
{
color: #125345;
}
.AnyTagClassName
{
color: #125345;
}
</style>
background-color css
<style>
a { background-color: #125345; }
a { background-color: rgb(18,83,69); }
div.DivClassName
{
background-color: #125345;
}
.BgClassName
{
background-color: #125345;
}
</style>
border-color css
<style>
span { border-color: #125345; }
span { border-color: rgb(18,83,69); }
td.TdClassName
{
border-color: #125345;
}
.TagClassName
{
border-color: #125345;
}
</style>