Shades of Dark Sea Green #96CF98
Tints of Dark Sea Green #96CF98
RGB
CMYK
RGB Variations
Color information
#96CF98 (or 0x96CF98) is known color: Dark Sea Green. HEX triplet: 96, CF and 98. RGB value is (150,207,152). Sum of RGB (Red+Green+Blue) = 150+207+152=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF98 is #693067. Grayscale: #B7B7B7. Windows color (decimal): -6893672 or 10014614. OLE color: 10014614.
HSL color Cylindrical-coordinate representation of color #96CF98: hue angle of 122.11º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CF98 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 152 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.19 |
| HSL | 122.11º | 0.37% | 0.7% | - |
| HSV(B) | 122.11º | 0.28% | 0.81% | - |
| XYZ | 40.56 | 53.38 | 37.87 | - |
| YUV | 183.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 152 | 0.28 | 0 | 0.27 | 0.19 | 122.11 | 0.37 | 0.7 |
| Hex | 96 | CF | 98 | 1C | 0 | 1B | 13 | 7A | 25 | 46 |
| Octal | 226 | 317 | 230 | 34 | 0 | 33 | 23 | 172 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10011000 | 11100 | 0 | 11011 | 10011 | 1111010 | 100101 | 1000110 |
Color Harmonies of #96CF98
Complementary color
Monochromatic Colors of #96CF98
Black with #96CF98
Text Example
Text Example
White with #96CF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF98; }
p { color: rgb(150,207,152); }
H1.HeaderClassName
{
color: #96CF98;
}
.AnyTagClassName
{
color: #96CF98;
}
</style>
background-color css
<style>
a { background-color: #96CF98; }
a { background-color: rgb(150,207,152); }
div.DivClassName
{
background-color: #96CF98;
}
.BgClassName
{
background-color: #96CF98;
}
</style>
border-color css
<style>
span { border-color: #96CF98; }
span { border-color: rgb(150,207,152); }
td.TdClassName
{
border-color: #96CF98;
}
.TagClassName
{
border-color: #96CF98;
}
</style>