Shades of Dark Sea Green #98CA91
Tints of Dark Sea Green #98CA91
RGB
CMYK
RGB Variations
Color information
#98CA91 (or 0x98CA91) is known color: Dark Sea Green. HEX triplet: 98, CA and 91. RGB value is (152,202,145). Sum of RGB (Red+Green+Blue) = 152+202+145=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CA91 is #67356E. Grayscale: #B4B4B4. Windows color (decimal): -6763887 or 9554584. OLE color: 9554584.
HSL color Cylindrical-coordinate representation of color #98CA91: hue angle of 112.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98CA91 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 145 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.21 |
| HSL | 112.63º | 0.35% | 0.68% | - |
| HSV(B) | 112.63º | 0.28% | 0.79% | - |
| XYZ | 39.18 | 50.96 | 34.56 | - |
| YUV | 180.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 145 | 0.25 | 0 | 0.28 | 0.21 | 112.63 | 0.35 | 0.68 |
| Hex | 98 | CA | 91 | 19 | 0 | 1C | 15 | 71 | 23 | 44 |
| Octal | 230 | 312 | 221 | 31 | 0 | 34 | 25 | 161 | 43 | 104 |
| Binary | 10011000 | 11001010 | 10010001 | 11001 | 0 | 11100 | 10101 | 1110001 | 100011 | 1000100 |
Color Harmonies of #98CA91
Complementary color
Monochromatic Colors of #98CA91
Black with #98CA91
Text Example
Text Example
White with #98CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA91; }
p { color: rgb(152,202,145); }
H1.HeaderClassName
{
color: #98CA91;
}
.AnyTagClassName
{
color: #98CA91;
}
</style>
background-color css
<style>
a { background-color: #98CA91; }
a { background-color: rgb(152,202,145); }
div.DivClassName
{
background-color: #98CA91;
}
.BgClassName
{
background-color: #98CA91;
}
</style>
border-color css
<style>
span { border-color: #98CA91; }
span { border-color: rgb(152,202,145); }
td.TdClassName
{
border-color: #98CA91;
}
.TagClassName
{
border-color: #98CA91;
}
</style>