Shades of Dark Sea Green #96CA99
Tints of Dark Sea Green #96CA99
RGB
CMYK
RGB Variations
Color information
#96CA99 (or 0x96CA99) is known color: Dark Sea Green. HEX triplet: 96, CA and 99. RGB value is (150,202,153). Sum of RGB (Red+Green+Blue) = 150+202+153=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA99 is #693566. Grayscale: #B5B5B5. Windows color (decimal): -6894951 or 10078870. OLE color: 10078870.
HSL color Cylindrical-coordinate representation of color #96CA99: hue angle of 123.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CA99 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 153 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.21 |
| HSL | 123.46º | 0.33% | 0.69% | - |
| HSV(B) | 123.46º | 0.26% | 0.79% | - |
| XYZ | 39.45 | 51.03 | 37.91 | - |
| YUV | 180.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 153 | 0.26 | 0 | 0.24 | 0.21 | 123.46 | 0.33 | 0.69 |
| Hex | 96 | CA | 99 | 1A | 0 | 18 | 15 | 7B | 21 | 45 |
| Octal | 226 | 312 | 231 | 32 | 0 | 30 | 25 | 173 | 41 | 105 |
| Binary | 10010110 | 11001010 | 10011001 | 11010 | 0 | 11000 | 10101 | 1111011 | 100001 | 1000101 |
Color Harmonies of #96CA99
Complementary color
Monochromatic Colors of #96CA99
Black with #96CA99
Text Example
Text Example
White with #96CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA99; }
p { color: rgb(150,202,153); }
H1.HeaderClassName
{
color: #96CA99;
}
.AnyTagClassName
{
color: #96CA99;
}
</style>
background-color css
<style>
a { background-color: #96CA99; }
a { background-color: rgb(150,202,153); }
div.DivClassName
{
background-color: #96CA99;
}
.BgClassName
{
background-color: #96CA99;
}
</style>
border-color css
<style>
span { border-color: #96CA99; }
span { border-color: rgb(150,202,153); }
td.TdClassName
{
border-color: #96CA99;
}
.TagClassName
{
border-color: #96CA99;
}
</style>