Shades of Deep Teal #095240
Tints of Deep Teal #095240
RGB
CMYK
RGB Variations
Color information
#095240 (or 0x095240) is known color: Deep Teal. HEX triplet: 09, 52 and 40. RGB value is (9,82,64). Sum of RGB (Red+Green+Blue) = 9+82+64=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #095240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095240 is #F6ADBF. Grayscale: #3A3A3A. Windows color (decimal): -16166336 or 4215305. OLE color: 4215305.
HSL color Cylindrical-coordinate representation of color #095240: hue angle of 165.21º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095240 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 64 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.68 |
| HSL | 165.21º | 0.8% | 0.18% | - |
| HSV(B) | 165.21º | 0.89% | 0.32% | - |
| XYZ | 4.06 | 6.46 | 5.88 | - |
| YUV | 58.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 64 | 0.89 | 0 | 0.22 | 0.68 | 165.21 | 0.8 | 0.18 |
| Hex | 9 | 52 | 40 | 59 | 0 | 16 | 44 | A5 | 50 | 12 |
| Octal | 11 | 122 | 100 | 131 | 0 | 26 | 104 | 245 | 120 | 22 |
| Binary | 1001 | 1010010 | 1000000 | 1011001 | 0 | 10110 | 1000100 | 10100101 | 1010000 | 10010 |
Color Harmonies of #095240
Complementary color
Monochromatic Colors of #095240
Black with #095240
Text Example
Text Example
White with #095240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095240; }
p { color: rgb(9,82,64); }
H1.HeaderClassName
{
color: #095240;
}
.AnyTagClassName
{
color: #095240;
}
</style>
background-color css
<style>
a { background-color: #095240; }
a { background-color: rgb(9,82,64); }
div.DivClassName
{
background-color: #095240;
}
.BgClassName
{
background-color: #095240;
}
</style>
border-color css
<style>
span { border-color: #095240; }
span { border-color: rgb(9,82,64); }
td.TdClassName
{
border-color: #095240;
}
.TagClassName
{
border-color: #095240;
}
</style>