Shades of Deep Teal #09483D
Tints of Deep Teal #09483D
RGB
CMYK
RGB Variations
Color information
#09483D (or 0x09483D) is known color: Deep Teal. HEX triplet: 09, 48 and 3D. RGB value is (9,72,61). Sum of RGB (Red+Green+Blue) = 9+72+61=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #09483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09483D is #F6B7C2. Grayscale: #333333. Windows color (decimal): -16168899 or 4016137. OLE color: 4016137.
HSL color Cylindrical-coordinate representation of color #09483D: hue angle of 169.52º 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 #09483D is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 72 | 61 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.72 |
| HSL | 169.52º | 0.78% | 0.16% | - |
| HSV(B) | 169.52º | 0.88% | 0.28% | - |
| XYZ | 3.27 | 5.03 | 5.21 | - |
| YUV | 51.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 61 | 0.88 | 0 | 0.15 | 0.72 | 169.52 | 0.78 | 0.16 |
| Hex | 9 | 48 | 3D | 58 | 0 | F | 48 | AA | 4E | 10 |
| Octal | 11 | 110 | 75 | 130 | 0 | 17 | 110 | 252 | 116 | 20 |
| Binary | 1001 | 1001000 | 111101 | 1011000 | 0 | 1111 | 1001000 | 10101010 | 1001110 | 10000 |
Color Harmonies of #09483D
Complementary color
Monochromatic Colors of #09483D
Black with #09483D
Text Example
Text Example
White with #09483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09483D; }
p { color: rgb(9,72,61); }
H1.HeaderClassName
{
color: #09483D;
}
.AnyTagClassName
{
color: #09483D;
}
</style>
background-color css
<style>
a { background-color: #09483D; }
a { background-color: rgb(9,72,61); }
div.DivClassName
{
background-color: #09483D;
}
.BgClassName
{
background-color: #09483D;
}
</style>
border-color css
<style>
span { border-color: #09483D; }
span { border-color: rgb(9,72,61); }
td.TdClassName
{
border-color: #09483D;
}
.TagClassName
{
border-color: #09483D;
}
</style>