Shades of Dark Sea Green #96BD93
Tints of Dark Sea Green #96BD93
RGB
CMYK
RGB Variations
Color information
#96BD93 (or 0x96BD93) is known color: Dark Sea Green. HEX triplet: 96, BD and 93. RGB value is (150,189,147). Sum of RGB (Red+Green+Blue) = 150+189+147=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD93 is #69426C. Grayscale: #ACACAC. Windows color (decimal): -6898285 or 9682326. OLE color: 9682326.
HSL color Cylindrical-coordinate representation of color #96BD93: hue angle of 115.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BD93 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 147 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.26 |
| HSL | 115.71º | 0.24% | 0.66% | - |
| HSV(B) | 115.71º | 0.22% | 0.74% | - |
| XYZ | 36.04 | 44.99 | 34.39 | - |
| YUV | 172.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 147 | 0.21 | 0 | 0.22 | 0.26 | 115.71 | 0.24 | 0.66 |
| Hex | 96 | BD | 93 | 15 | 0 | 16 | 1A | 74 | 18 | 42 |
| Octal | 226 | 275 | 223 | 25 | 0 | 26 | 32 | 164 | 30 | 102 |
| Binary | 10010110 | 10111101 | 10010011 | 10101 | 0 | 10110 | 11010 | 1110100 | 11000 | 1000010 |
Color Harmonies of #96BD93
Complementary color
Monochromatic Colors of #96BD93
Black with #96BD93
Text Example
Text Example
White with #96BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD93; }
p { color: rgb(150,189,147); }
H1.HeaderClassName
{
color: #96BD93;
}
.AnyTagClassName
{
color: #96BD93;
}
</style>
background-color css
<style>
a { background-color: #96BD93; }
a { background-color: rgb(150,189,147); }
div.DivClassName
{
background-color: #96BD93;
}
.BgClassName
{
background-color: #96BD93;
}
</style>
border-color css
<style>
span { border-color: #96BD93; }
span { border-color: rgb(150,189,147); }
td.TdClassName
{
border-color: #96BD93;
}
.TagClassName
{
border-color: #96BD93;
}
</style>