Shades of Deep Teal #123A33
Tints of Deep Teal #123A33
RGB
CMYK
RGB Variations
Color information
#123A33 (or 0x123A33) is known color: Deep Teal. HEX triplet: 12, 3A and 33. RGB value is (18,58,51). Sum of RGB (Red+Green+Blue) = 18+58+51=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #123A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A33 is #EDC5CC. Grayscale: #2D2D2D. Windows color (decimal): -15582669 or 3357202. OLE color: 3357202.
HSL color Cylindrical-coordinate representation of color #123A33: hue angle of 169.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A33 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 58 | 51 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.77 |
| HSL | 169.5º | 0.53% | 0.15% | - |
| HSV(B) | 169.5º | 0.69% | 0.23% | - |
| XYZ | 2.36 | 3.39 | 3.66 | - |
| YUV | 45.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 51 | 0.69 | 0 | 0.12 | 0.77 | 169.5 | 0.53 | 0.15 |
| Hex | 12 | 3A | 33 | 45 | 0 | C | 4D | AA | 35 | F |
| Octal | 22 | 72 | 63 | 105 | 0 | 14 | 115 | 252 | 65 | 17 |
| Binary | 10010 | 111010 | 110011 | 1000101 | 0 | 1100 | 1001101 | 10101010 | 110101 | 1111 |
Color Harmonies of #123A33
Complementary color
Monochromatic Colors of #123A33
Black with #123A33
Text Example
Text Example
White with #123A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A33; }
p { color: rgb(18,58,51); }
H1.HeaderClassName
{
color: #123A33;
}
.AnyTagClassName
{
color: #123A33;
}
</style>
background-color css
<style>
a { background-color: #123A33; }
a { background-color: rgb(18,58,51); }
div.DivClassName
{
background-color: #123A33;
}
.BgClassName
{
background-color: #123A33;
}
</style>
border-color css
<style>
span { border-color: #123A33; }
span { border-color: rgb(18,58,51); }
td.TdClassName
{
border-color: #123A33;
}
.TagClassName
{
border-color: #123A33;
}
</style>