Shades of Deep Teal #123B36
Tints of Deep Teal #123B36
RGB
CMYK
RGB Variations
Color information
#123B36 (or 0x123B36) is known color: Deep Teal. HEX triplet: 12, 3B and 36. RGB value is (18,59,54). Sum of RGB (Red+Green+Blue) = 18+59+54=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 59 - color contains mainly: green. Hex color #123B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B36 is #EDC4C9. Grayscale: #2E2E2E. Windows color (decimal): -15582410 or 3554066. OLE color: 3554066.
HSL color Cylindrical-coordinate representation of color #123B36: hue angle of 172.68º 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 #123B36 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 59 | 54 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.77 |
| HSL | 172.68º | 0.53% | 0.15% | - |
| HSV(B) | 172.68º | 0.69% | 0.23% | - |
| XYZ | 2.48 | 3.52 | 4.04 | - |
| YUV | 46.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 54 | 0.69 | 0 | 0.08 | 0.77 | 172.68 | 0.53 | 0.15 |
| Hex | 12 | 3B | 36 | 45 | 0 | 8 | 4D | AD | 35 | F |
| Octal | 22 | 73 | 66 | 105 | 0 | 10 | 115 | 255 | 65 | 17 |
| Binary | 10010 | 111011 | 110110 | 1000101 | 0 | 1000 | 1001101 | 10101101 | 110101 | 1111 |
Color Harmonies of #123B36
Complementary color
Monochromatic Colors of #123B36
Black with #123B36
Text Example
Text Example
White with #123B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B36; }
p { color: rgb(18,59,54); }
H1.HeaderClassName
{
color: #123B36;
}
.AnyTagClassName
{
color: #123B36;
}
</style>
background-color css
<style>
a { background-color: #123B36; }
a { background-color: rgb(18,59,54); }
div.DivClassName
{
background-color: #123B36;
}
.BgClassName
{
background-color: #123B36;
}
</style>
border-color css
<style>
span { border-color: #123B36; }
span { border-color: rgb(18,59,54); }
td.TdClassName
{
border-color: #123B36;
}
.TagClassName
{
border-color: #123B36;
}
</style>