Shades of Deep Teal #084133
Tints of Deep Teal #084133
RGB
CMYK
RGB Variations
Color information
#084133 (or 0x084133) is known color: Deep Teal. HEX triplet: 08, 41 and 33. RGB value is (8,65,51). Sum of RGB (Red+Green+Blue) = 8+65+51=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #084133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084133 is #F7BECC. Grayscale: #2E2E2E. Windows color (decimal): -16236237 or 3358984. OLE color: 3358984.
HSL color Cylindrical-coordinate representation of color #084133: hue angle of 165.26º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084133 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 51 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.75 |
| HSL | 165.26º | 0.78% | 0.14% | - |
| HSV(B) | 165.26º | 0.88% | 0.25% | - |
| XYZ | 2.59 | 4.07 | 3.78 | - |
| YUV | 46.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 51 | 0.88 | 0 | 0.22 | 0.75 | 165.26 | 0.78 | 0.14 |
| Hex | 8 | 41 | 33 | 58 | 0 | 16 | 4B | A5 | 4E | E |
| Octal | 10 | 101 | 63 | 130 | 0 | 26 | 113 | 245 | 116 | 16 |
| Binary | 1000 | 1000001 | 110011 | 1011000 | 0 | 10110 | 1001011 | 10100101 | 1001110 | 1110 |
Color Harmonies of #084133
Complementary color
Monochromatic Colors of #084133
Black with #084133
Text Example
Text Example
White with #084133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084133; }
p { color: rgb(8,65,51); }
H1.HeaderClassName
{
color: #084133;
}
.AnyTagClassName
{
color: #084133;
}
</style>
background-color css
<style>
a { background-color: #084133; }
a { background-color: rgb(8,65,51); }
div.DivClassName
{
background-color: #084133;
}
.BgClassName
{
background-color: #084133;
}
</style>
border-color css
<style>
span { border-color: #084133; }
span { border-color: rgb(8,65,51); }
td.TdClassName
{
border-color: #084133;
}
.TagClassName
{
border-color: #084133;
}
</style>