Shades of Dark Sea Green #96C89A
Tints of Dark Sea Green #96C89A
RGB
CMYK
RGB Variations
Color information
#96C89A (or 0x96C89A) is known color: Dark Sea Green. HEX triplet: 96, C8 and 9A. RGB value is (150,200,154). Sum of RGB (Red+Green+Blue) = 150+200+154=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #96C89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C89A is #693765. Grayscale: #B3B3B3. Windows color (decimal): -6895462 or 10143894. OLE color: 10143894.
HSL color Cylindrical-coordinate representation of color #96C89A: hue angle of 124.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C89A is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 154 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.22 |
| HSL | 124.8º | 0.31% | 0.69% | - |
| HSV(B) | 124.8º | 0.25% | 0.78% | - |
| XYZ | 39.06 | 50.13 | 38.19 | - |
| YUV | 179.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 154 | 0.25 | 0 | 0.23 | 0.22 | 124.8 | 0.31 | 0.69 |
| Hex | 96 | C8 | 9A | 19 | 0 | 17 | 16 | 7D | 1F | 45 |
| Octal | 226 | 310 | 232 | 31 | 0 | 27 | 26 | 175 | 37 | 105 |
| Binary | 10010110 | 11001000 | 10011010 | 11001 | 0 | 10111 | 10110 | 1111101 | 11111 | 1000101 |
Color Harmonies of #96C89A
Complementary color
Monochromatic Colors of #96C89A
Black with #96C89A
Text Example
Text Example
White with #96C89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C89A; }
p { color: rgb(150,200,154); }
H1.HeaderClassName
{
color: #96C89A;
}
.AnyTagClassName
{
color: #96C89A;
}
</style>
background-color css
<style>
a { background-color: #96C89A; }
a { background-color: rgb(150,200,154); }
div.DivClassName
{
background-color: #96C89A;
}
.BgClassName
{
background-color: #96C89A;
}
</style>
border-color css
<style>
span { border-color: #96C89A; }
span { border-color: rgb(150,200,154); }
td.TdClassName
{
border-color: #96C89A;
}
.TagClassName
{
border-color: #96C89A;
}
</style>