Shades of Dark Sea Green #96CA98
Tints of Dark Sea Green #96CA98
RGB
CMYK
RGB Variations
Color information
#96CA98 (or 0x96CA98) is known color: Dark Sea Green. HEX triplet: 96, CA and 98. RGB value is (150,202,152). Sum of RGB (Red+Green+Blue) = 150+202+152=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA98 is #693567. Grayscale: #B4B4B4. Windows color (decimal): -6894952 or 10013334. OLE color: 10013334.
HSL color Cylindrical-coordinate representation of color #96CA98: hue angle of 122.31º 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 #96CA98 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 152 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.21 |
| HSL | 122.31º | 0.33% | 0.69% | - |
| HSV(B) | 122.31º | 0.26% | 0.79% | - |
| XYZ | 39.37 | 50.99 | 37.47 | - |
| YUV | 180.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 152 | 0.26 | 0 | 0.25 | 0.21 | 122.31 | 0.33 | 0.69 |
| Hex | 96 | CA | 98 | 1A | 0 | 19 | 15 | 7A | 21 | 45 |
| Octal | 226 | 312 | 230 | 32 | 0 | 31 | 25 | 172 | 41 | 105 |
| Binary | 10010110 | 11001010 | 10011000 | 11010 | 0 | 11001 | 10101 | 1111010 | 100001 | 1000101 |
Color Harmonies of #96CA98
Complementary color
Monochromatic Colors of #96CA98
Black with #96CA98
Text Example
Text Example
White with #96CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA98; }
p { color: rgb(150,202,152); }
H1.HeaderClassName
{
color: #96CA98;
}
.AnyTagClassName
{
color: #96CA98;
}
</style>
background-color css
<style>
a { background-color: #96CA98; }
a { background-color: rgb(150,202,152); }
div.DivClassName
{
background-color: #96CA98;
}
.BgClassName
{
background-color: #96CA98;
}
</style>
border-color css
<style>
span { border-color: #96CA98; }
span { border-color: rgb(150,202,152); }
td.TdClassName
{
border-color: #96CA98;
}
.TagClassName
{
border-color: #96CA98;
}
</style>