Shades of Dark Sea Green #96BD99
Tints of Dark Sea Green #96BD99
RGB
CMYK
RGB Variations
Color information
#96BD99 (or 0x96BD99) is known color: Dark Sea Green. HEX triplet: 96, BD and 99. RGB value is (150,189,153). Sum of RGB (Red+Green+Blue) = 150+189+153=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD99 is #694266. Grayscale: #ADADAD. Windows color (decimal): -6898279 or 10075542. OLE color: 10075542.
HSL color Cylindrical-coordinate representation of color #96BD99: hue angle of 124.62º 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 #96BD99 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 153 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.26 |
| HSL | 124.62º | 0.23% | 0.66% | - |
| HSV(B) | 124.62º | 0.21% | 0.74% | - |
| XYZ | 36.53 | 45.18 | 36.93 | - |
| YUV | 173.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 153 | 0.21 | 0 | 0.19 | 0.26 | 124.62 | 0.23 | 0.66 |
| Hex | 96 | BD | 99 | 15 | 0 | 13 | 1A | 7D | 17 | 42 |
| Octal | 226 | 275 | 231 | 25 | 0 | 23 | 32 | 175 | 27 | 102 |
| Binary | 10010110 | 10111101 | 10011001 | 10101 | 0 | 10011 | 11010 | 1111101 | 10111 | 1000010 |
Color Harmonies of #96BD99
Complementary color
Monochromatic Colors of #96BD99
Black with #96BD99
Text Example
Text Example
White with #96BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD99; }
p { color: rgb(150,189,153); }
H1.HeaderClassName
{
color: #96BD99;
}
.AnyTagClassName
{
color: #96BD99;
}
</style>
background-color css
<style>
a { background-color: #96BD99; }
a { background-color: rgb(150,189,153); }
div.DivClassName
{
background-color: #96BD99;
}
.BgClassName
{
background-color: #96BD99;
}
</style>
border-color css
<style>
span { border-color: #96BD99; }
span { border-color: rgb(150,189,153); }
td.TdClassName
{
border-color: #96BD99;
}
.TagClassName
{
border-color: #96BD99;
}
</style>