Shades of Dark Sea Green #99C297
Tints of Dark Sea Green #99C297
RGB
CMYK
RGB Variations
Color information
#99C297 (or 0x99C297) is known color: Dark Sea Green. HEX triplet: 99, C2 and 97. RGB value is (153,194,151). Sum of RGB (Red+Green+Blue) = 153+194+151=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #99C297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C297 is #663D68. Grayscale: #B0B0B0. Windows color (decimal): -6700393 or 9945753. OLE color: 9945753.
HSL color Cylindrical-coordinate representation of color #99C297: hue angle of 117.21º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C297 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 151 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.24 |
| HSL | 117.21º | 0.26% | 0.68% | - |
| HSV(B) | 117.21º | 0.22% | 0.76% | - |
| XYZ | 38.01 | 47.59 | 36.46 | - |
| YUV | 176.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 151 | 0.21 | 0 | 0.22 | 0.24 | 117.21 | 0.26 | 0.68 |
| Hex | 99 | C2 | 97 | 15 | 0 | 16 | 18 | 75 | 1A | 44 |
| Octal | 231 | 302 | 227 | 25 | 0 | 26 | 30 | 165 | 32 | 104 |
| Binary | 10011001 | 11000010 | 10010111 | 10101 | 0 | 10110 | 11000 | 1110101 | 11010 | 1000100 |
Color Harmonies of #99C297
Complementary color
Monochromatic Colors of #99C297
Black with #99C297
Text Example
Text Example
White with #99C297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C297; }
p { color: rgb(153,194,151); }
H1.HeaderClassName
{
color: #99C297;
}
.AnyTagClassName
{
color: #99C297;
}
</style>
background-color css
<style>
a { background-color: #99C297; }
a { background-color: rgb(153,194,151); }
div.DivClassName
{
background-color: #99C297;
}
.BgClassName
{
background-color: #99C297;
}
</style>
border-color css
<style>
span { border-color: #99C297; }
span { border-color: rgb(153,194,151); }
td.TdClassName
{
border-color: #99C297;
}
.TagClassName
{
border-color: #99C297;
}
</style>