Shades of Deep Teal #123D34
Tints of Deep Teal #123D34
RGB
CMYK
RGB Variations
Color information
#123D34 (or 0x123D34) is known color: Deep Teal. HEX triplet: 12, 3D and 34. RGB value is (18,61,52). Sum of RGB (Red+Green+Blue) = 18+61+52=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #123D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D34 is #EDC2CB. Grayscale: #2F2F2F. Windows color (decimal): -15581900 or 3423506. OLE color: 3423506.
HSL color Cylindrical-coordinate representation of color #123D34: hue angle of 167.44º 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 #123D34 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 61 | 52 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.76 |
| HSL | 167.44º | 0.54% | 0.15% | - |
| HSV(B) | 167.44º | 0.7% | 0.24% | - |
| XYZ | 2.54 | 3.71 | 3.83 | - |
| YUV | 47.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 52 | 0.70 | 0 | 0.15 | 0.76 | 167.44 | 0.54 | 0.15 |
| Hex | 12 | 3D | 34 | 46 | 0 | F | 4C | A7 | 36 | F |
| Octal | 22 | 75 | 64 | 106 | 0 | 17 | 114 | 247 | 66 | 17 |
| Binary | 10010 | 111101 | 110100 | 1000110 | 0 | 1111 | 1001100 | 10100111 | 110110 | 1111 |
Color Harmonies of #123D34
Complementary color
Monochromatic Colors of #123D34
Black with #123D34
Text Example
Text Example
White with #123D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D34; }
p { color: rgb(18,61,52); }
H1.HeaderClassName
{
color: #123D34;
}
.AnyTagClassName
{
color: #123D34;
}
</style>
background-color css
<style>
a { background-color: #123D34; }
a { background-color: rgb(18,61,52); }
div.DivClassName
{
background-color: #123D34;
}
.BgClassName
{
background-color: #123D34;
}
</style>
border-color css
<style>
span { border-color: #123D34; }
span { border-color: rgb(18,61,52); }
td.TdClassName
{
border-color: #123D34;
}
.TagClassName
{
border-color: #123D34;
}
</style>