Shades of Deep Teal #123733
Tints of Deep Teal #123733
RGB
CMYK
RGB Variations
Color information
#123733 (or 0x123733) is known color: Deep Teal. HEX triplet: 12, 37 and 33. RGB value is (18,55,51). Sum of RGB (Red+Green+Blue) = 18+55+51=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #123733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123733 is #EDC8CC. Grayscale: #2B2B2B. Windows color (decimal): -15583437 or 3356434. OLE color: 3356434.
HSL color Cylindrical-coordinate representation of color #123733: hue angle of 173.51º 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 #123733 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 51 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.78 |
| HSL | 173.51º | 0.51% | 0.14% | - |
| HSV(B) | 173.51º | 0.67% | 0.22% | - |
| XYZ | 2.21 | 3.1 | 3.61 | - |
| YUV | 43.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 51 | 0.67 | 0 | 0.07 | 0.78 | 173.51 | 0.51 | 0.14 |
| Hex | 12 | 37 | 33 | 43 | 0 | 7 | 4E | AE | 33 | E |
| Octal | 22 | 67 | 63 | 103 | 0 | 7 | 116 | 256 | 63 | 16 |
| Binary | 10010 | 110111 | 110011 | 1000011 | 0 | 111 | 1001110 | 10101110 | 110011 | 1110 |
Color Harmonies of #123733
Complementary color
Monochromatic Colors of #123733
Black with #123733
Text Example
Text Example
White with #123733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123733; }
p { color: rgb(18,55,51); }
H1.HeaderClassName
{
color: #123733;
}
.AnyTagClassName
{
color: #123733;
}
</style>
background-color css
<style>
a { background-color: #123733; }
a { background-color: rgb(18,55,51); }
div.DivClassName
{
background-color: #123733;
}
.BgClassName
{
background-color: #123733;
}
</style>
border-color css
<style>
span { border-color: #123733; }
span { border-color: rgb(18,55,51); }
td.TdClassName
{
border-color: #123733;
}
.TagClassName
{
border-color: #123733;
}
</style>