Shades of Deep Sea #09826B
Tints of Deep Sea #09826B
RGB
CMYK
RGB Variations
Color information
#09826B (or 0x09826B) is known color: Deep Sea. HEX triplet: 09, 82 and 6B. RGB value is (9,130,107). Sum of RGB (Red+Green+Blue) = 9+130+107=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #09826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09826B is #F67D94. Grayscale: #5B5B5B. Windows color (decimal): -16154005 or 7045641. OLE color: 7045641.
HSL color Cylindrical-coordinate representation of color #09826B: hue angle of 168.6º 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 #09826B is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 107 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.49 |
| HSL | 168.6º | 0.87% | 0.27% | - |
| HSV(B) | 168.6º | 0.93% | 0.51% | - |
| XYZ | 10.75 | 17.08 | 16.64 | - |
| YUV | 91.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 107 | 0.93 | 0 | 0.18 | 0.49 | 168.6 | 0.87 | 0.27 |
| Hex | 9 | 82 | 6B | 5D | 0 | 12 | 31 | A9 | 57 | 1B |
| Octal | 11 | 202 | 153 | 135 | 0 | 22 | 61 | 251 | 127 | 33 |
| Binary | 1001 | 10000010 | 1101011 | 1011101 | 0 | 10010 | 110001 | 10101001 | 1010111 | 11011 |
Color Harmonies of #09826B
Complementary color
Monochromatic Colors of #09826B
Black with #09826B
Text Example
Text Example
White with #09826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09826B; }
p { color: rgb(9,130,107); }
H1.HeaderClassName
{
color: #09826B;
}
.AnyTagClassName
{
color: #09826B;
}
</style>
background-color css
<style>
a { background-color: #09826B; }
a { background-color: rgb(9,130,107); }
div.DivClassName
{
background-color: #09826B;
}
.BgClassName
{
background-color: #09826B;
}
</style>
border-color css
<style>
span { border-color: #09826B; }
span { border-color: rgb(9,130,107); }
td.TdClassName
{
border-color: #09826B;
}
.TagClassName
{
border-color: #09826B;
}
</style>