Shades of Deep Teal #0B423A
Tints of Deep Teal #0B423A
RGB
CMYK
RGB Variations
Color information
#0B423A (or 0x0B423A) is known color: Deep Teal. HEX triplet: 0B, 42 and 3A. RGB value is (11,66,58). Sum of RGB (Red+Green+Blue) = 11+66+58=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #0B423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B423A is #F4BDC5. Grayscale: #303030. Windows color (decimal): -16039366 or 3817995. OLE color: 3817995.
HSL color Cylindrical-coordinate representation of color #0B423A: hue angle of 171.27º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B423A is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 66 | 58 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.74 |
| HSL | 171.27º | 0.71% | 0.15% | - |
| HSV(B) | 171.27º | 0.83% | 0.26% | - |
| XYZ | 2.85 | 4.27 | 4.68 | - |
| YUV | 48.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 58 | 0.83 | 0 | 0.12 | 0.74 | 171.27 | 0.71 | 0.15 |
| Hex | B | 42 | 3A | 53 | 0 | C | 4A | AB | 47 | F |
| Octal | 13 | 102 | 72 | 123 | 0 | 14 | 112 | 253 | 107 | 17 |
| Binary | 1011 | 1000010 | 111010 | 1010011 | 0 | 1100 | 1001010 | 10101011 | 1000111 | 1111 |
Color Harmonies of #0B423A
Complementary color
Monochromatic Colors of #0B423A
Black with #0B423A
Text Example
Text Example
White with #0B423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B423A; }
p { color: rgb(11,66,58); }
H1.HeaderClassName
{
color: #0B423A;
}
.AnyTagClassName
{
color: #0B423A;
}
</style>
background-color css
<style>
a { background-color: #0B423A; }
a { background-color: rgb(11,66,58); }
div.DivClassName
{
background-color: #0B423A;
}
.BgClassName
{
background-color: #0B423A;
}
</style>
border-color css
<style>
span { border-color: #0B423A; }
span { border-color: rgb(11,66,58); }
td.TdClassName
{
border-color: #0B423A;
}
.TagClassName
{
border-color: #0B423A;
}
</style>