Shades of Deep Teal #0B483C
Tints of Deep Teal #0B483C
RGB
CMYK
RGB Variations
Color information
#0B483C (or 0x0B483C) is known color: Deep Teal. HEX triplet: 0B, 48 and 3C. RGB value is (11,72,60). Sum of RGB (Red+Green+Blue) = 11+72+60=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #0B483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B483C is #F4B7C3. Grayscale: #343434. Windows color (decimal): -16037828 or 3950603. OLE color: 3950603.
HSL color Cylindrical-coordinate representation of color #0B483C: hue angle of 168.2º 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 #0B483C is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 60 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.72 |
| HSL | 168.2º | 0.73% | 0.16% | - |
| HSV(B) | 168.2º | 0.85% | 0.28% | - |
| XYZ | 3.27 | 5.03 | 5.07 | - |
| YUV | 52.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 60 | 0.85 | 0 | 0.17 | 0.72 | 168.2 | 0.73 | 0.16 |
| Hex | B | 48 | 3C | 55 | 0 | 11 | 48 | A8 | 49 | 10 |
| Octal | 13 | 110 | 74 | 125 | 0 | 21 | 110 | 250 | 111 | 20 |
| Binary | 1011 | 1001000 | 111100 | 1010101 | 0 | 10001 | 1001000 | 10101000 | 1001001 | 10000 |
Color Harmonies of #0B483C
Complementary color
Monochromatic Colors of #0B483C
Black with #0B483C
Text Example
Text Example
White with #0B483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B483C; }
p { color: rgb(11,72,60); }
H1.HeaderClassName
{
color: #0B483C;
}
.AnyTagClassName
{
color: #0B483C;
}
</style>
background-color css
<style>
a { background-color: #0B483C; }
a { background-color: rgb(11,72,60); }
div.DivClassName
{
background-color: #0B483C;
}
.BgClassName
{
background-color: #0B483C;
}
</style>
border-color css
<style>
span { border-color: #0B483C; }
span { border-color: rgb(11,72,60); }
td.TdClassName
{
border-color: #0B483C;
}
.TagClassName
{
border-color: #0B483C;
}
</style>