Shades of Dark Sea Green #96BD8A
Tints of Dark Sea Green #96BD8A
RGB
CMYK
RGB Variations
Color information
#96BD8A (or 0x96BD8A) is known color: Dark Sea Green. HEX triplet: 96, BD and 8A. RGB value is (150,189,138). Sum of RGB (Red+Green+Blue) = 150+189+138=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD8A is #694275. Grayscale: #ABABAB. Windows color (decimal): -6898294 or 9092502. OLE color: 9092502.
HSL color Cylindrical-coordinate representation of color #96BD8A: hue angle of 105.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BD8A is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 138 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.26 |
| HSL | 105.88º | 0.28% | 0.64% | - |
| HSV(B) | 105.88º | 0.27% | 0.74% | - |
| XYZ | 35.36 | 44.71 | 30.81 | - |
| YUV | 171.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 138 | 0.21 | 0 | 0.27 | 0.26 | 105.88 | 0.28 | 0.64 |
| Hex | 96 | BD | 8A | 15 | 0 | 1B | 1A | 6A | 1C | 40 |
| Octal | 226 | 275 | 212 | 25 | 0 | 33 | 32 | 152 | 34 | 100 |
| Binary | 10010110 | 10111101 | 10001010 | 10101 | 0 | 11011 | 11010 | 1101010 | 11100 | 1000000 |
Color Harmonies of #96BD8A
Complementary color
Monochromatic Colors of #96BD8A
Black with #96BD8A
Text Example
Text Example
White with #96BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD8A; }
p { color: rgb(150,189,138); }
H1.HeaderClassName
{
color: #96BD8A;
}
.AnyTagClassName
{
color: #96BD8A;
}
</style>
background-color css
<style>
a { background-color: #96BD8A; }
a { background-color: rgb(150,189,138); }
div.DivClassName
{
background-color: #96BD8A;
}
.BgClassName
{
background-color: #96BD8A;
}
</style>
border-color css
<style>
span { border-color: #96BD8A; }
span { border-color: rgb(150,189,138); }
td.TdClassName
{
border-color: #96BD8A;
}
.TagClassName
{
border-color: #96BD8A;
}
</style>