Shades of Dark Sea Green #96CB99
Tints of Dark Sea Green #96CB99
RGB
CMYK
RGB Variations
Color information
#96CB99 (or 0x96CB99) is known color: Dark Sea Green. HEX triplet: 96, CB and 99. RGB value is (150,203,153). Sum of RGB (Red+Green+Blue) = 150+203+153=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB99 is #693466. Grayscale: #B5B5B5. Windows color (decimal): -6894695 or 10079126. OLE color: 10079126.
HSL color Cylindrical-coordinate representation of color #96CB99: hue angle of 123.4º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CB99 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 153 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.20 |
| HSL | 123.4º | 0.34% | 0.69% | - |
| HSV(B) | 123.4º | 0.26% | 0.8% | - |
| XYZ | 39.68 | 51.5 | 37.99 | - |
| YUV | 181.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 153 | 0.26 | 0 | 0.25 | 0.20 | 123.4 | 0.34 | 0.69 |
| Hex | 96 | CB | 99 | 1A | 0 | 19 | 14 | 7B | 22 | 45 |
| Octal | 226 | 313 | 231 | 32 | 0 | 31 | 24 | 173 | 42 | 105 |
| Binary | 10010110 | 11001011 | 10011001 | 11010 | 0 | 11001 | 10100 | 1111011 | 100010 | 1000101 |
Color Harmonies of #96CB99
Complementary color
Monochromatic Colors of #96CB99
Black with #96CB99
Text Example
Text Example
White with #96CB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB99; }
p { color: rgb(150,203,153); }
H1.HeaderClassName
{
color: #96CB99;
}
.AnyTagClassName
{
color: #96CB99;
}
</style>
background-color css
<style>
a { background-color: #96CB99; }
a { background-color: rgb(150,203,153); }
div.DivClassName
{
background-color: #96CB99;
}
.BgClassName
{
background-color: #96CB99;
}
</style>
border-color css
<style>
span { border-color: #96CB99; }
span { border-color: rgb(150,203,153); }
td.TdClassName
{
border-color: #96CB99;
}
.TagClassName
{
border-color: #96CB99;
}
</style>