Shades of Dark Sea Green #96CA97
Tints of Dark Sea Green #96CA97
RGB
CMYK
RGB Variations
Color information
#96CA97 (or 0x96CA97) is known color: Dark Sea Green. HEX triplet: 96, CA and 97. RGB value is (150,202,151). Sum of RGB (Red+Green+Blue) = 150+202+151=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA97 is #693568. Grayscale: #B4B4B4. Windows color (decimal): -6894953 or 9947798. OLE color: 9947798.
HSL color Cylindrical-coordinate representation of color #96CA97: hue angle of 121.15º 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 #96CA97 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 151 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.21 |
| HSL | 121.15º | 0.33% | 0.69% | - |
| HSV(B) | 121.15º | 0.26% | 0.79% | - |
| XYZ | 39.28 | 50.96 | 37.04 | - |
| YUV | 180.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 151 | 0.26 | 0 | 0.25 | 0.21 | 121.15 | 0.33 | 0.69 |
| Hex | 96 | CA | 97 | 1A | 0 | 19 | 15 | 79 | 21 | 45 |
| Octal | 226 | 312 | 227 | 32 | 0 | 31 | 25 | 171 | 41 | 105 |
| Binary | 10010110 | 11001010 | 10010111 | 11010 | 0 | 11001 | 10101 | 1111001 | 100001 | 1000101 |
Color Harmonies of #96CA97
Complementary color
Monochromatic Colors of #96CA97
Black with #96CA97
Text Example
Text Example
White with #96CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA97; }
p { color: rgb(150,202,151); }
H1.HeaderClassName
{
color: #96CA97;
}
.AnyTagClassName
{
color: #96CA97;
}
</style>
background-color css
<style>
a { background-color: #96CA97; }
a { background-color: rgb(150,202,151); }
div.DivClassName
{
background-color: #96CA97;
}
.BgClassName
{
background-color: #96CA97;
}
</style>
border-color css
<style>
span { border-color: #96CA97; }
span { border-color: rgb(150,202,151); }
td.TdClassName
{
border-color: #96CA97;
}
.TagClassName
{
border-color: #96CA97;
}
</style>