Shades of Deep Teal #123E39
Tints of Deep Teal #123E39
RGB
CMYK
RGB Variations
Color information
#123E39 (or 0x123E39) is known color: Deep Teal. HEX triplet: 12, 3E and 39. RGB value is (18,62,57). Sum of RGB (Red+Green+Blue) = 18+62+57=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 62 - color contains mainly: green. Hex color #123E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E39 is #EDC1C6. Grayscale: #303030. Windows color (decimal): -15581639 or 3751442. OLE color: 3751442.
HSL color Cylindrical-coordinate representation of color #123E39: hue angle of 173.18º 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 #123E39 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 57 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.76 |
| HSL | 173.18º | 0.55% | 0.16% | - |
| HSV(B) | 173.18º | 0.71% | 0.24% | - |
| XYZ | 2.71 | 3.87 | 4.47 | - |
| YUV | 48.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 57 | 0.71 | 0 | 0.08 | 0.76 | 173.18 | 0.55 | 0.16 |
| Hex | 12 | 3E | 39 | 47 | 0 | 8 | 4C | AD | 37 | 10 |
| Octal | 22 | 76 | 71 | 107 | 0 | 10 | 114 | 255 | 67 | 20 |
| Binary | 10010 | 111110 | 111001 | 1000111 | 0 | 1000 | 1001100 | 10101101 | 110111 | 10000 |
Color Harmonies of #123E39
Complementary color
Monochromatic Colors of #123E39
Black with #123E39
Text Example
Text Example
White with #123E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E39; }
p { color: rgb(18,62,57); }
H1.HeaderClassName
{
color: #123E39;
}
.AnyTagClassName
{
color: #123E39;
}
</style>
background-color css
<style>
a { background-color: #123E39; }
a { background-color: rgb(18,62,57); }
div.DivClassName
{
background-color: #123E39;
}
.BgClassName
{
background-color: #123E39;
}
</style>
border-color css
<style>
span { border-color: #123E39; }
span { border-color: rgb(18,62,57); }
td.TdClassName
{
border-color: #123E39;
}
.TagClassName
{
border-color: #123E39;
}
</style>