Shades of Deep Sea #09826A
Tints of Deep Sea #09826A
RGB
CMYK
RGB Variations
Color information
#09826A (or 0x09826A) is known color: Deep Sea. HEX triplet: 09, 82 and 6A. RGB value is (9,130,106). Sum of RGB (Red+Green+Blue) = 9+130+106=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #09826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09826A is #F67D95. Grayscale: #5B5B5B. Windows color (decimal): -16154006 or 6980105. OLE color: 6980105.
HSL color Cylindrical-coordinate representation of color #09826A: hue angle of 168.1º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09826A is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 106 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.49 |
| HSL | 168.1º | 0.87% | 0.27% | - |
| HSV(B) | 168.1º | 0.93% | 0.51% | - |
| XYZ | 10.7 | 17.06 | 16.37 | - |
| YUV | 91.09 | 136.41 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 106 | 0.93 | 0 | 0.18 | 0.49 | 168.1 | 0.87 | 0.27 |
| Hex | 9 | 82 | 6A | 5D | 0 | 12 | 31 | A8 | 57 | 1B |
| Octal | 11 | 202 | 152 | 135 | 0 | 22 | 61 | 250 | 127 | 33 |
| Binary | 1001 | 10000010 | 1101010 | 1011101 | 0 | 10010 | 110001 | 10101000 | 1010111 | 11011 |
Color Harmonies of #09826A
Complementary color
Monochromatic Colors of #09826A
Black with #09826A
Text Example
Text Example
White with #09826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09826A; }
p { color: rgb(9,130,106); }
H1.HeaderClassName
{
color: #09826A;
}
.AnyTagClassName
{
color: #09826A;
}
</style>
background-color css
<style>
a { background-color: #09826A; }
a { background-color: rgb(9,130,106); }
div.DivClassName
{
background-color: #09826A;
}
.BgClassName
{
background-color: #09826A;
}
</style>
border-color css
<style>
span { border-color: #09826A; }
span { border-color: rgb(9,130,106); }
td.TdClassName
{
border-color: #09826A;
}
.TagClassName
{
border-color: #09826A;
}
</style>