Shades of Deep Teal #0B483D
Tints of Deep Teal #0B483D
RGB
CMYK
RGB Variations
Color information
#0B483D (or 0x0B483D) is known color: Deep Teal. HEX triplet: 0B, 48 and 3D. RGB value is (11,72,61). Sum of RGB (Red+Green+Blue) = 11+72+61=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #0B483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B483D is #F4B7C2. Grayscale: #343434. Windows color (decimal): -16037827 or 4016139. OLE color: 4016139.
HSL color Cylindrical-coordinate representation of color #0B483D: hue angle of 169.18º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B483D is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 61 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.72 |
| HSL | 169.18º | 0.73% | 0.16% | - |
| HSV(B) | 169.18º | 0.85% | 0.28% | - |
| XYZ | 3.3 | 5.04 | 5.21 | - |
| YUV | 52.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 61 | 0.85 | 0 | 0.15 | 0.72 | 169.18 | 0.73 | 0.16 |
| Hex | B | 48 | 3D | 55 | 0 | F | 48 | A9 | 49 | 10 |
| Octal | 13 | 110 | 75 | 125 | 0 | 17 | 110 | 251 | 111 | 20 |
| Binary | 1011 | 1001000 | 111101 | 1010101 | 0 | 1111 | 1001000 | 10101001 | 1001001 | 10000 |
Color Harmonies of #0B483D
Complementary color
Monochromatic Colors of #0B483D
Black with #0B483D
Text Example
Text Example
White with #0B483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B483D; }
p { color: rgb(11,72,61); }
H1.HeaderClassName
{
color: #0B483D;
}
.AnyTagClassName
{
color: #0B483D;
}
</style>
background-color css
<style>
a { background-color: #0B483D; }
a { background-color: rgb(11,72,61); }
div.DivClassName
{
background-color: #0B483D;
}
.BgClassName
{
background-color: #0B483D;
}
</style>
border-color css
<style>
span { border-color: #0B483D; }
span { border-color: rgb(11,72,61); }
td.TdClassName
{
border-color: #0B483D;
}
.TagClassName
{
border-color: #0B483D;
}
</style>