Shades of Dark Sea Green #98BF9B
Tints of Dark Sea Green #98BF9B
RGB
CMYK
RGB Variations
Color information
#98BF9B (or 0x98BF9B) is known color: Dark Sea Green. HEX triplet: 98, BF and 9B. RGB value is (152,191,155). Sum of RGB (Red+Green+Blue) = 152+191+155=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BF9B is #674064. Grayscale: #AFAFAF. Windows color (decimal): -6766693 or 10207128. OLE color: 10207128.
HSL color Cylindrical-coordinate representation of color #98BF9B: hue angle of 124.62º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BF9B is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 155 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.25 |
| HSL | 124.62º | 0.23% | 0.67% | - |
| HSV(B) | 124.62º | 0.2% | 0.75% | - |
| XYZ | 37.5 | 46.3 | 37.97 | - |
| YUV | 175.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 155 | 0.20 | 0 | 0.19 | 0.25 | 124.62 | 0.23 | 0.67 |
| Hex | 98 | BF | 9B | 14 | 0 | 13 | 19 | 7D | 17 | 43 |
| Octal | 230 | 277 | 233 | 24 | 0 | 23 | 31 | 175 | 27 | 103 |
| Binary | 10011000 | 10111111 | 10011011 | 10100 | 0 | 10011 | 11001 | 1111101 | 10111 | 1000011 |
Color Harmonies of #98BF9B
Complementary color
Monochromatic Colors of #98BF9B
Black with #98BF9B
Text Example
Text Example
White with #98BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BF9B; }
p { color: rgb(152,191,155); }
H1.HeaderClassName
{
color: #98BF9B;
}
.AnyTagClassName
{
color: #98BF9B;
}
</style>
background-color css
<style>
a { background-color: #98BF9B; }
a { background-color: rgb(152,191,155); }
div.DivClassName
{
background-color: #98BF9B;
}
.BgClassName
{
background-color: #98BF9B;
}
</style>
border-color css
<style>
span { border-color: #98BF9B; }
span { border-color: rgb(152,191,155); }
td.TdClassName
{
border-color: #98BF9B;
}
.TagClassName
{
border-color: #98BF9B;
}
</style>