Shades of Dark Sea Green #96C09C
Tints of Dark Sea Green #96C09C
RGB
CMYK
RGB Variations
Color information
#96C09C (or 0x96C09C) is known color: Dark Sea Green. HEX triplet: 96, C0 and 9C. RGB value is (150,192,156). Sum of RGB (Red+Green+Blue) = 150+192+156=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #96C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C09C is #693F63. Grayscale: #AFAFAF. Windows color (decimal): -6897508 or 10272918. OLE color: 10272918.
HSL color Cylindrical-coordinate representation of color #96C09C: hue angle of 128.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C09C is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 156 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.25 |
| HSL | 128.57º | 0.25% | 0.67% | - |
| HSV(B) | 128.57º | 0.22% | 0.75% | - |
| XYZ | 37.43 | 46.58 | 38.47 | - |
| YUV | 175.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 156 | 0.22 | 0 | 0.19 | 0.25 | 128.57 | 0.25 | 0.67 |
| Hex | 96 | C0 | 9C | 16 | 0 | 13 | 19 | 81 | 19 | 43 |
| Octal | 226 | 300 | 234 | 26 | 0 | 23 | 31 | 201 | 31 | 103 |
| Binary | 10010110 | 11000000 | 10011100 | 10110 | 0 | 10011 | 11001 | 10000001 | 11001 | 1000011 |
Color Harmonies of #96C09C
Complementary color
Monochromatic Colors of #96C09C
Black with #96C09C
Text Example
Text Example
White with #96C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C09C; }
p { color: rgb(150,192,156); }
H1.HeaderClassName
{
color: #96C09C;
}
.AnyTagClassName
{
color: #96C09C;
}
</style>
background-color css
<style>
a { background-color: #96C09C; }
a { background-color: rgb(150,192,156); }
div.DivClassName
{
background-color: #96C09C;
}
.BgClassName
{
background-color: #96C09C;
}
</style>
border-color css
<style>
span { border-color: #96C09C; }
span { border-color: rgb(150,192,156); }
td.TdClassName
{
border-color: #96C09C;
}
.TagClassName
{
border-color: #96C09C;
}
</style>