Shades of Deep Teal #0B3C30
Tints of Deep Teal #0B3C30
RGB
CMYK
RGB Variations
Color information
#0B3C30 (or 0x0B3C30) is known color: Deep Teal. HEX triplet: 0B, 3C and 30. RGB value is (11,60,48). Sum of RGB (Red+Green+Blue) = 11+60+48=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 60 (23.83% from 255 or 50.42% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 60 - color contains mainly: green. Hex color #0B3C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3C30 is #F4C3CF. Grayscale: #2B2B2B. Windows color (decimal): -16040912 or 3161099. OLE color: 3161099.
HSL color Cylindrical-coordinate representation of color #0B3C30: hue angle of 165.31º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B3C30 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 60 | 48 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.76 |
| HSL | 165.31º | 0.69% | 0.14% | - |
| HSV(B) | 165.31º | 0.82% | 0.24% | - |
| XYZ | 2.29 | 3.52 | 3.35 | - |
| YUV | 43.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 60 | 48 | 0.82 | 0 | 0.20 | 0.76 | 165.31 | 0.69 | 0.14 |
| Hex | B | 3C | 30 | 52 | 0 | 14 | 4C | A5 | 45 | E |
| Octal | 13 | 74 | 60 | 122 | 0 | 24 | 114 | 245 | 105 | 16 |
| Binary | 1011 | 111100 | 110000 | 1010010 | 0 | 10100 | 1001100 | 10100101 | 1000101 | 1110 |
Color Harmonies of #0B3C30
Complementary color
Monochromatic Colors of #0B3C30
Black with #0B3C30
Text Example
Text Example
White with #0B3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3C30; }
p { color: rgb(11,60,48); }
H1.HeaderClassName
{
color: #0B3C30;
}
.AnyTagClassName
{
color: #0B3C30;
}
</style>
background-color css
<style>
a { background-color: #0B3C30; }
a { background-color: rgb(11,60,48); }
div.DivClassName
{
background-color: #0B3C30;
}
.BgClassName
{
background-color: #0B3C30;
}
</style>
border-color css
<style>
span { border-color: #0B3C30; }
span { border-color: rgb(11,60,48); }
td.TdClassName
{
border-color: #0B3C30;
}
.TagClassName
{
border-color: #0B3C30;
}
</style>