Shades of Deep Teal #123E37
Tints of Deep Teal #123E37
RGB
CMYK
RGB Variations
Color information
#123E37 (or 0x123E37) is known color: Deep Teal. HEX triplet: 12, 3E and 37. RGB value is (18,62,55). Sum of RGB (Red+Green+Blue) = 18+62+55=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 62 - color contains mainly: green. Hex color #123E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E37 is #EDC1C8. Grayscale: #303030. Windows color (decimal): -15581641 or 3620370. OLE color: 3620370.
HSL color Cylindrical-coordinate representation of color #123E37: hue angle of 170.45º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E37 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 55 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.76 |
| HSL | 170.45º | 0.55% | 0.16% | - |
| HSV(B) | 170.45º | 0.71% | 0.24% | - |
| XYZ | 2.66 | 3.85 | 4.22 | - |
| YUV | 48.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 55 | 0.71 | 0 | 0.11 | 0.76 | 170.45 | 0.55 | 0.16 |
| Hex | 12 | 3E | 37 | 47 | 0 | B | 4C | AA | 37 | 10 |
| Octal | 22 | 76 | 67 | 107 | 0 | 13 | 114 | 252 | 67 | 20 |
| Binary | 10010 | 111110 | 110111 | 1000111 | 0 | 1011 | 1001100 | 10101010 | 110111 | 10000 |
Color Harmonies of #123E37
Complementary color
Monochromatic Colors of #123E37
Black with #123E37
Text Example
Text Example
White with #123E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E37; }
p { color: rgb(18,62,55); }
H1.HeaderClassName
{
color: #123E37;
}
.AnyTagClassName
{
color: #123E37;
}
</style>
background-color css
<style>
a { background-color: #123E37; }
a { background-color: rgb(18,62,55); }
div.DivClassName
{
background-color: #123E37;
}
.BgClassName
{
background-color: #123E37;
}
</style>
border-color css
<style>
span { border-color: #123E37; }
span { border-color: rgb(18,62,55); }
td.TdClassName
{
border-color: #123E37;
}
.TagClassName
{
border-color: #123E37;
}
</style>