Shades of Deep Teal #123F37
Tints of Deep Teal #123F37
RGB
CMYK
RGB Variations
Color information
#123F37 (or 0x123F37) is known color: Deep Teal. HEX triplet: 12, 3F and 37. RGB value is (18,63,55). Sum of RGB (Red+Green+Blue) = 18+63+55=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #123F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F37 is #EDC0C8. Grayscale: #303030. Windows color (decimal): -15581385 or 3620626. OLE color: 3620626.
HSL color Cylindrical-coordinate representation of color #123F37: hue angle of 169.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F37 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 63 | 55 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.75 |
| HSL | 169.33º | 0.56% | 0.16% | - |
| HSV(B) | 169.33º | 0.71% | 0.25% | - |
| XYZ | 2.72 | 3.96 | 4.24 | - |
| YUV | 48.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 55 | 0.71 | 0 | 0.13 | 0.75 | 169.33 | 0.56 | 0.16 |
| Hex | 12 | 3F | 37 | 47 | 0 | D | 4B | A9 | 38 | 10 |
| Octal | 22 | 77 | 67 | 107 | 0 | 15 | 113 | 251 | 70 | 20 |
| Binary | 10010 | 111111 | 110111 | 1000111 | 0 | 1101 | 1001011 | 10101001 | 111000 | 10000 |
Color Harmonies of #123F37
Complementary color
Monochromatic Colors of #123F37
Black with #123F37
Text Example
Text Example
White with #123F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F37; }
p { color: rgb(18,63,55); }
H1.HeaderClassName
{
color: #123F37;
}
.AnyTagClassName
{
color: #123F37;
}
</style>
background-color css
<style>
a { background-color: #123F37; }
a { background-color: rgb(18,63,55); }
div.DivClassName
{
background-color: #123F37;
}
.BgClassName
{
background-color: #123F37;
}
</style>
border-color css
<style>
span { border-color: #123F37; }
span { border-color: rgb(18,63,55); }
td.TdClassName
{
border-color: #123F37;
}
.TagClassName
{
border-color: #123F37;
}
</style>