Shades of Dark Sea Green #98B89C
Tints of Dark Sea Green #98B89C
RGB
CMYK
RGB Variations
Color information
#98B89C (or 0x98B89C) is known color: Dark Sea Green. HEX triplet: 98, B8 and 9C. RGB value is (152,184,156). Sum of RGB (Red+Green+Blue) = 152+184+156=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #98B89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B89C is #674763. Grayscale: #ABABAB. Windows color (decimal): -6768484 or 10270872. OLE color: 10270872.
HSL color Cylindrical-coordinate representation of color #98B89C: hue angle of 127.5º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98B89C is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 184 | 156 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.28 |
| HSL | 127.5º | 0.18% | 0.66% | - |
| HSV(B) | 127.5º | 0.17% | 0.72% | - |
| XYZ | 36.09 | 43.36 | 37.92 | - |
| YUV | 171.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 156 | 0.17 | 0 | 0.15 | 0.28 | 127.5 | 0.18 | 0.66 |
| Hex | 98 | B8 | 9C | 11 | 0 | F | 1C | 80 | 12 | 42 |
| Octal | 230 | 270 | 234 | 21 | 0 | 17 | 34 | 200 | 22 | 102 |
| Binary | 10011000 | 10111000 | 10011100 | 10001 | 0 | 1111 | 11100 | 10000000 | 10010 | 1000010 |
Color Harmonies of #98B89C
Complementary color
Monochromatic Colors of #98B89C
Black with #98B89C
Text Example
Text Example
White with #98B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B89C; }
p { color: rgb(152,184,156); }
H1.HeaderClassName
{
color: #98B89C;
}
.AnyTagClassName
{
color: #98B89C;
}
</style>
background-color css
<style>
a { background-color: #98B89C; }
a { background-color: rgb(152,184,156); }
div.DivClassName
{
background-color: #98B89C;
}
.BgClassName
{
background-color: #98B89C;
}
</style>
border-color css
<style>
span { border-color: #98B89C; }
span { border-color: rgb(152,184,156); }
td.TdClassName
{
border-color: #98B89C;
}
.TagClassName
{
border-color: #98B89C;
}
</style>