Shades of Deep Sea #098266
Tints of Deep Sea #098266
RGB
CMYK
RGB Variations
Color information
#098266 (or 0x098266) is known color: Deep Sea. HEX triplet: 09, 82 and 66. RGB value is (9,130,102). Sum of RGB (Red+Green+Blue) = 9+130+102=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #098266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098266 is #F67D99. Grayscale: #5A5A5A. Windows color (decimal): -16154010 or 6717961. OLE color: 6717961.
HSL color Cylindrical-coordinate representation of color #098266: hue angle of 166.12º 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 #098266 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 102 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.49 |
| HSL | 166.12º | 0.87% | 0.27% | - |
| HSV(B) | 166.12º | 0.93% | 0.51% | - |
| XYZ | 10.49 | 16.98 | 15.3 | - |
| YUV | 90.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 102 | 0.93 | 0 | 0.22 | 0.49 | 166.12 | 0.87 | 0.27 |
| Hex | 9 | 82 | 66 | 5D | 0 | 16 | 31 | A6 | 57 | 1B |
| Octal | 11 | 202 | 146 | 135 | 0 | 26 | 61 | 246 | 127 | 33 |
| Binary | 1001 | 10000010 | 1100110 | 1011101 | 0 | 10110 | 110001 | 10100110 | 1010111 | 11011 |
Color Harmonies of #098266
Complementary color
Monochromatic Colors of #098266
Black with #098266
Text Example
Text Example
White with #098266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098266; }
p { color: rgb(9,130,102); }
H1.HeaderClassName
{
color: #098266;
}
.AnyTagClassName
{
color: #098266;
}
</style>
background-color css
<style>
a { background-color: #098266; }
a { background-color: rgb(9,130,102); }
div.DivClassName
{
background-color: #098266;
}
.BgClassName
{
background-color: #098266;
}
</style>
border-color css
<style>
span { border-color: #098266; }
span { border-color: rgb(9,130,102); }
td.TdClassName
{
border-color: #098266;
}
.TagClassName
{
border-color: #098266;
}
</style>