Shades of Dark Sea Green #96C89B
Tints of Dark Sea Green #96C89B
RGB
CMYK
RGB Variations
Color information
#96C89B (or 0x96C89B) is known color: Dark Sea Green. HEX triplet: 96, C8 and 9B. RGB value is (150,200,155). Sum of RGB (Red+Green+Blue) = 150+200+155=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #96C89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C89B is #693764. Grayscale: #B4B4B4. Windows color (decimal): -6895461 or 10209430. OLE color: 10209430.
HSL color Cylindrical-coordinate representation of color #96C89B: hue angle of 126º 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 #96C89B is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 155 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.22 |
| HSL | 126º | 0.31% | 0.69% | - |
| HSV(B) | 126º | 0.25% | 0.78% | - |
| XYZ | 39.15 | 50.16 | 38.63 | - |
| YUV | 179.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 155 | 0.25 | 0 | 0.22 | 0.22 | 126 | 0.31 | 0.69 |
| Hex | 96 | C8 | 9B | 19 | 0 | 16 | 16 | 7E | 1F | 45 |
| Octal | 226 | 310 | 233 | 31 | 0 | 26 | 26 | 176 | 37 | 105 |
| Binary | 10010110 | 11001000 | 10011011 | 11001 | 0 | 10110 | 10110 | 1111110 | 11111 | 1000101 |
Color Harmonies of #96C89B
Complementary color
Monochromatic Colors of #96C89B
Black with #96C89B
Text Example
Text Example
White with #96C89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C89B; }
p { color: rgb(150,200,155); }
H1.HeaderClassName
{
color: #96C89B;
}
.AnyTagClassName
{
color: #96C89B;
}
</style>
background-color css
<style>
a { background-color: #96C89B; }
a { background-color: rgb(150,200,155); }
div.DivClassName
{
background-color: #96C89B;
}
.BgClassName
{
background-color: #96C89B;
}
</style>
border-color css
<style>
span { border-color: #96C89B; }
span { border-color: rgb(150,200,155); }
td.TdClassName
{
border-color: #96C89B;
}
.TagClassName
{
border-color: #96C89B;
}
</style>