Shades of Dark Sea Green #96B89A
Tints of Dark Sea Green #96B89A
RGB
CMYK
RGB Variations
Color information
#96B89A (or 0x96B89A) is known color: Dark Sea Green. HEX triplet: 96, B8 and 9A. RGB value is (150,184,154). Sum of RGB (Red+Green+Blue) = 150+184+154=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #96B89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B89A is #694765. Grayscale: #AAAAAA. Windows color (decimal): -6899558 or 10139798. OLE color: 10139798.
HSL color Cylindrical-coordinate representation of color #96B89A: hue angle of 127.06º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B89A is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 154 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.28 |
| HSL | 127.06º | 0.19% | 0.65% | - |
| HSV(B) | 127.06º | 0.18% | 0.72% | - |
| XYZ | 35.55 | 43.1 | 37.02 | - |
| YUV | 170.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 154 | 0.18 | 0 | 0.16 | 0.28 | 127.06 | 0.19 | 0.65 |
| Hex | 96 | B8 | 9A | 12 | 0 | 10 | 1C | 7F | 13 | 41 |
| Octal | 226 | 270 | 232 | 22 | 0 | 20 | 34 | 177 | 23 | 101 |
| Binary | 10010110 | 10111000 | 10011010 | 10010 | 0 | 10000 | 11100 | 1111111 | 10011 | 1000001 |
Color Harmonies of #96B89A
Complementary color
Monochromatic Colors of #96B89A
Black with #96B89A
Text Example
Text Example
White with #96B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B89A; }
p { color: rgb(150,184,154); }
H1.HeaderClassName
{
color: #96B89A;
}
.AnyTagClassName
{
color: #96B89A;
}
</style>
background-color css
<style>
a { background-color: #96B89A; }
a { background-color: rgb(150,184,154); }
div.DivClassName
{
background-color: #96B89A;
}
.BgClassName
{
background-color: #96B89A;
}
</style>
border-color css
<style>
span { border-color: #96B89A; }
span { border-color: rgb(150,184,154); }
td.TdClassName
{
border-color: #96B89A;
}
.TagClassName
{
border-color: #96B89A;
}
</style>