Shades of Deep Teal #123D38
Tints of Deep Teal #123D38
RGB
CMYK
RGB Variations
Color information
#123D38 (or 0x123D38) is known color: Deep Teal. HEX triplet: 12, 3D and 38. RGB value is (18,61,56). Sum of RGB (Red+Green+Blue) = 18+61+56=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #123D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D38 is #EDC2C7. Grayscale: #2F2F2F. Windows color (decimal): -15581896 or 3685650. OLE color: 3685650.
HSL color Cylindrical-coordinate representation of color #123D38: hue angle of 173.02º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D38 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 61 | 56 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.76 |
| HSL | 173.02º | 0.54% | 0.15% | - |
| HSV(B) | 173.02º | 0.7% | 0.24% | - |
| XYZ | 2.63 | 3.75 | 4.33 | - |
| YUV | 47.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 56 | 0.70 | 0 | 0.08 | 0.76 | 173.02 | 0.54 | 0.15 |
| Hex | 12 | 3D | 38 | 46 | 0 | 8 | 4C | AD | 36 | F |
| Octal | 22 | 75 | 70 | 106 | 0 | 10 | 114 | 255 | 66 | 17 |
| Binary | 10010 | 111101 | 111000 | 1000110 | 0 | 1000 | 1001100 | 10101101 | 110110 | 1111 |
Color Harmonies of #123D38
Complementary color
Monochromatic Colors of #123D38
Black with #123D38
Text Example
Text Example
White with #123D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D38; }
p { color: rgb(18,61,56); }
H1.HeaderClassName
{
color: #123D38;
}
.AnyTagClassName
{
color: #123D38;
}
</style>
background-color css
<style>
a { background-color: #123D38; }
a { background-color: rgb(18,61,56); }
div.DivClassName
{
background-color: #123D38;
}
.BgClassName
{
background-color: #123D38;
}
</style>
border-color css
<style>
span { border-color: #123D38; }
span { border-color: rgb(18,61,56); }
td.TdClassName
{
border-color: #123D38;
}
.TagClassName
{
border-color: #123D38;
}
</style>