Shades of Deep Teal #09483B
Tints of Deep Teal #09483B
RGB
CMYK
RGB Variations
Color information
#09483B (or 0x09483B) is known color: Deep Teal. HEX triplet: 09, 48 and 3B. RGB value is (9,72,59). Sum of RGB (Red+Green+Blue) = 9+72+59=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #09483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09483B is #F6B7C4. Grayscale: #333333. Windows color (decimal): -16168901 or 3885065. OLE color: 3885065.
HSL color Cylindrical-coordinate representation of color #09483B: hue angle of 167.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09483B is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 72 | 59 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.72 |
| HSL | 167.62º | 0.78% | 0.16% | - |
| HSV(B) | 167.62º | 0.88% | 0.28% | - |
| XYZ | 3.22 | 5.01 | 4.93 | - |
| YUV | 51.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 59 | 0.88 | 0 | 0.18 | 0.72 | 167.62 | 0.78 | 0.16 |
| Hex | 9 | 48 | 3B | 58 | 0 | 12 | 48 | A8 | 4E | 10 |
| Octal | 11 | 110 | 73 | 130 | 0 | 22 | 110 | 250 | 116 | 20 |
| Binary | 1001 | 1001000 | 111011 | 1011000 | 0 | 10010 | 1001000 | 10101000 | 1001110 | 10000 |
Color Harmonies of #09483B
Complementary color
Monochromatic Colors of #09483B
Black with #09483B
Text Example
Text Example
White with #09483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09483B; }
p { color: rgb(9,72,59); }
H1.HeaderClassName
{
color: #09483B;
}
.AnyTagClassName
{
color: #09483B;
}
</style>
background-color css
<style>
a { background-color: #09483B; }
a { background-color: rgb(9,72,59); }
div.DivClassName
{
background-color: #09483B;
}
.BgClassName
{
background-color: #09483B;
}
</style>
border-color css
<style>
span { border-color: #09483B; }
span { border-color: rgb(9,72,59); }
td.TdClassName
{
border-color: #09483B;
}
.TagClassName
{
border-color: #09483B;
}
</style>