Shades of Dark Sea Green #99C997
Tints of Dark Sea Green #99C997
RGB
CMYK
RGB Variations
Color information
#99C997 (or 0x99C997) is known color: Dark Sea Green. HEX triplet: 99, C9 and 97. RGB value is (153,201,151). Sum of RGB (Red+Green+Blue) = 153+201+151=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #99C997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C997 is #663668. Grayscale: #B5B5B5. Windows color (decimal): -6698601 or 9947545. OLE color: 9947545.
HSL color Cylindrical-coordinate representation of color #99C997: hue angle of 117.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99C997 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 151 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.21 |
| HSL | 117.6º | 0.32% | 0.69% | - |
| HSV(B) | 117.6º | 0.25% | 0.79% | - |
| XYZ | 39.61 | 50.78 | 36.99 | - |
| YUV | 180.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 151 | 0.24 | 0 | 0.25 | 0.21 | 117.6 | 0.32 | 0.69 |
| Hex | 99 | C9 | 97 | 18 | 0 | 19 | 15 | 76 | 20 | 45 |
| Octal | 231 | 311 | 227 | 30 | 0 | 31 | 25 | 166 | 40 | 105 |
| Binary | 10011001 | 11001001 | 10010111 | 11000 | 0 | 11001 | 10101 | 1110110 | 100000 | 1000101 |
Color Harmonies of #99C997
Complementary color
Monochromatic Colors of #99C997
Black with #99C997
Text Example
Text Example
White with #99C997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C997; }
p { color: rgb(153,201,151); }
H1.HeaderClassName
{
color: #99C997;
}
.AnyTagClassName
{
color: #99C997;
}
</style>
background-color css
<style>
a { background-color: #99C997; }
a { background-color: rgb(153,201,151); }
div.DivClassName
{
background-color: #99C997;
}
.BgClassName
{
background-color: #99C997;
}
</style>
border-color css
<style>
span { border-color: #99C997; }
span { border-color: rgb(153,201,151); }
td.TdClassName
{
border-color: #99C997;
}
.TagClassName
{
border-color: #99C997;
}
</style>