Shades of Dark Sea Green #96CA93
Tints of Dark Sea Green #96CA93
RGB
CMYK
RGB Variations
Color information
#96CA93 (or 0x96CA93) is known color: Dark Sea Green. HEX triplet: 96, CA and 93. RGB value is (150,202,147). Sum of RGB (Red+Green+Blue) = 150+202+147=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA93 is #69356C. Grayscale: #B4B4B4. Windows color (decimal): -6894957 or 9685654. OLE color: 9685654.
HSL color Cylindrical-coordinate representation of color #96CA93: hue angle of 116.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CA93 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 147 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.21 |
| HSL | 116.73º | 0.34% | 0.68% | - |
| HSV(B) | 116.73º | 0.27% | 0.79% | - |
| XYZ | 38.96 | 50.83 | 35.36 | - |
| YUV | 180.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 147 | 0.26 | 0 | 0.27 | 0.21 | 116.73 | 0.34 | 0.68 |
| Hex | 96 | CA | 93 | 1A | 0 | 1B | 15 | 75 | 22 | 44 |
| Octal | 226 | 312 | 223 | 32 | 0 | 33 | 25 | 165 | 42 | 104 |
| Binary | 10010110 | 11001010 | 10010011 | 11010 | 0 | 11011 | 10101 | 1110101 | 100010 | 1000100 |
Color Harmonies of #96CA93
Complementary color
Monochromatic Colors of #96CA93
Black with #96CA93
Text Example
Text Example
White with #96CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA93; }
p { color: rgb(150,202,147); }
H1.HeaderClassName
{
color: #96CA93;
}
.AnyTagClassName
{
color: #96CA93;
}
</style>
background-color css
<style>
a { background-color: #96CA93; }
a { background-color: rgb(150,202,147); }
div.DivClassName
{
background-color: #96CA93;
}
.BgClassName
{
background-color: #96CA93;
}
</style>
border-color css
<style>
span { border-color: #96CA93; }
span { border-color: rgb(150,202,147); }
td.TdClassName
{
border-color: #96CA93;
}
.TagClassName
{
border-color: #96CA93;
}
</style>