Shades of Deep Teal #123A36
Tints of Deep Teal #123A36
RGB
CMYK
RGB Variations
Color information
#123A36 (or 0x123A36) is known color: Deep Teal. HEX triplet: 12, 3A and 36. RGB value is (18,58,54). Sum of RGB (Red+Green+Blue) = 18+58+54=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #123A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A36 is #EDC5C9. Grayscale: #2D2D2D. Windows color (decimal): -15582666 or 3553810. OLE color: 3553810.
HSL color Cylindrical-coordinate representation of color #123A36: hue angle of 174º 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 #123A36 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 58 | 54 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.77 |
| HSL | 174º | 0.53% | 0.15% | - |
| HSV(B) | 174º | 0.69% | 0.23% | - |
| XYZ | 2.43 | 3.42 | 4.02 | - |
| YUV | 45.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 54 | 0.69 | 0 | 0.07 | 0.77 | 174 | 0.53 | 0.15 |
| Hex | 12 | 3A | 36 | 45 | 0 | 7 | 4D | AE | 35 | F |
| Octal | 22 | 72 | 66 | 105 | 0 | 7 | 115 | 256 | 65 | 17 |
| Binary | 10010 | 111010 | 110110 | 1000101 | 0 | 111 | 1001101 | 10101110 | 110101 | 1111 |
Color Harmonies of #123A36
Complementary color
Monochromatic Colors of #123A36
Black with #123A36
Text Example
Text Example
White with #123A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A36; }
p { color: rgb(18,58,54); }
H1.HeaderClassName
{
color: #123A36;
}
.AnyTagClassName
{
color: #123A36;
}
</style>
background-color css
<style>
a { background-color: #123A36; }
a { background-color: rgb(18,58,54); }
div.DivClassName
{
background-color: #123A36;
}
.BgClassName
{
background-color: #123A36;
}
</style>
border-color css
<style>
span { border-color: #123A36; }
span { border-color: rgb(18,58,54); }
td.TdClassName
{
border-color: #123A36;
}
.TagClassName
{
border-color: #123A36;
}
</style>