Shades of Dark Sea Green #96BD9B
Tints of Dark Sea Green #96BD9B
RGB
CMYK
RGB Variations
Color information
#96BD9B (or 0x96BD9B) is known color: Dark Sea Green. HEX triplet: 96, BD and 9B. RGB value is (150,189,155). Sum of RGB (Red+Green+Blue) = 150+189+155=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD9B is #694264. Grayscale: #ADADAD. Windows color (decimal): -6898277 or 10206614. OLE color: 10206614.
HSL color Cylindrical-coordinate representation of color #96BD9B: hue angle of 127.69º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BD9B is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 155 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.26 |
| HSL | 127.69º | 0.23% | 0.66% | - |
| HSV(B) | 127.69º | 0.21% | 0.74% | - |
| XYZ | 36.69 | 45.25 | 37.81 | - |
| YUV | 173.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 155 | 0.21 | 0 | 0.18 | 0.26 | 127.69 | 0.23 | 0.66 |
| Hex | 96 | BD | 9B | 15 | 0 | 12 | 1A | 80 | 17 | 42 |
| Octal | 226 | 275 | 233 | 25 | 0 | 22 | 32 | 200 | 27 | 102 |
| Binary | 10010110 | 10111101 | 10011011 | 10101 | 0 | 10010 | 11010 | 10000000 | 10111 | 1000010 |
Color Harmonies of #96BD9B
Complementary color
Monochromatic Colors of #96BD9B
Black with #96BD9B
Text Example
Text Example
White with #96BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD9B; }
p { color: rgb(150,189,155); }
H1.HeaderClassName
{
color: #96BD9B;
}
.AnyTagClassName
{
color: #96BD9B;
}
</style>
background-color css
<style>
a { background-color: #96BD9B; }
a { background-color: rgb(150,189,155); }
div.DivClassName
{
background-color: #96BD9B;
}
.BgClassName
{
background-color: #96BD9B;
}
</style>
border-color css
<style>
span { border-color: #96BD9B; }
span { border-color: rgb(150,189,155); }
td.TdClassName
{
border-color: #96BD9B;
}
.TagClassName
{
border-color: #96BD9B;
}
</style>