Shades of Deep Teal #123731
Tints of Deep Teal #123731
RGB
CMYK
RGB Variations
Color information
#123731 (or 0x123731) is known color: Deep Teal. HEX triplet: 12, 37 and 31. RGB value is (18,55,49). Sum of RGB (Red+Green+Blue) = 18+55+49=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #123731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123731 is #EDC8CE. Grayscale: #2B2B2B. Windows color (decimal): -15583439 or 3225362. OLE color: 3225362.
HSL color Cylindrical-coordinate representation of color #123731: hue angle of 170.27º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123731 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 49 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.78 |
| HSL | 170.27º | 0.51% | 0.14% | - |
| HSV(B) | 170.27º | 0.67% | 0.22% | - |
| XYZ | 2.17 | 3.08 | 3.39 | - |
| YUV | 43.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 49 | 0.67 | 0 | 0.11 | 0.78 | 170.27 | 0.51 | 0.14 |
| Hex | 12 | 37 | 31 | 43 | 0 | B | 4E | AA | 33 | E |
| Octal | 22 | 67 | 61 | 103 | 0 | 13 | 116 | 252 | 63 | 16 |
| Binary | 10010 | 110111 | 110001 | 1000011 | 0 | 1011 | 1001110 | 10101010 | 110011 | 1110 |
Color Harmonies of #123731
Complementary color
Monochromatic Colors of #123731
Black with #123731
Text Example
Text Example
White with #123731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123731; }
p { color: rgb(18,55,49); }
H1.HeaderClassName
{
color: #123731;
}
.AnyTagClassName
{
color: #123731;
}
</style>
background-color css
<style>
a { background-color: #123731; }
a { background-color: rgb(18,55,49); }
div.DivClassName
{
background-color: #123731;
}
.BgClassName
{
background-color: #123731;
}
</style>
border-color css
<style>
span { border-color: #123731; }
span { border-color: rgb(18,55,49); }
td.TdClassName
{
border-color: #123731;
}
.TagClassName
{
border-color: #123731;
}
</style>