Shades of Dark Sea Green #98C09A
Tints of Dark Sea Green #98C09A
RGB
CMYK
RGB Variations
Color information
#98C09A (or 0x98C09A) is known color: Dark Sea Green. HEX triplet: 98, C0 and 9A. RGB value is (152,192,154). Sum of RGB (Red+Green+Blue) = 152+192+154=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #98C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C09A is #673F65. Grayscale: #AFAFAF. Windows color (decimal): -6766438 or 10141848. OLE color: 10141848.
HSL color Cylindrical-coordinate representation of color #98C09A: hue angle of 123º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98C09A is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 154 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.25 |
| HSL | 123º | 0.24% | 0.67% | - |
| HSV(B) | 123º | 0.21% | 0.75% | - |
| XYZ | 37.63 | 46.71 | 37.6 | - |
| YUV | 175.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 154 | 0.21 | 0 | 0.20 | 0.25 | 123 | 0.24 | 0.67 |
| Hex | 98 | C0 | 9A | 15 | 0 | 14 | 19 | 7B | 18 | 43 |
| Octal | 230 | 300 | 232 | 25 | 0 | 24 | 31 | 173 | 30 | 103 |
| Binary | 10011000 | 11000000 | 10011010 | 10101 | 0 | 10100 | 11001 | 1111011 | 11000 | 1000011 |
Color Harmonies of #98C09A
Complementary color
Monochromatic Colors of #98C09A
Black with #98C09A
Text Example
Text Example
White with #98C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C09A; }
p { color: rgb(152,192,154); }
H1.HeaderClassName
{
color: #98C09A;
}
.AnyTagClassName
{
color: #98C09A;
}
</style>
background-color css
<style>
a { background-color: #98C09A; }
a { background-color: rgb(152,192,154); }
div.DivClassName
{
background-color: #98C09A;
}
.BgClassName
{
background-color: #98C09A;
}
</style>
border-color css
<style>
span { border-color: #98C09A; }
span { border-color: rgb(152,192,154); }
td.TdClassName
{
border-color: #98C09A;
}
.TagClassName
{
border-color: #98C09A;
}
</style>