Shades of Dark Sea Green #8FC696
Tints of Dark Sea Green #8FC696
RGB
CMYK
RGB Variations
Color information
#8FC696 (or 0x8FC696) is known color: Dark Sea Green. HEX triplet: 8F, C6 and 96. RGB value is (143,198,150). Sum of RGB (Red+Green+Blue) = 143+198+150=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC696 is #703969. Grayscale: #B0B0B0. Windows color (decimal): -7354730 or 9881231. OLE color: 9881231.
HSL color Cylindrical-coordinate representation of color #8FC696: hue angle of 127.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC696 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 150 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.22 |
| HSL | 127.64º | 0.33% | 0.67% | - |
| HSV(B) | 127.64º | 0.28% | 0.78% | - |
| XYZ | 37.03 | 48.43 | 36.25 | - |
| YUV | 176.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 150 | 0.28 | 0 | 0.24 | 0.22 | 127.64 | 0.33 | 0.67 |
| Hex | 8F | C6 | 96 | 1C | 0 | 18 | 16 | 80 | 21 | 43 |
| Octal | 217 | 306 | 226 | 34 | 0 | 30 | 26 | 200 | 41 | 103 |
| Binary | 10001111 | 11000110 | 10010110 | 11100 | 0 | 11000 | 10110 | 10000000 | 100001 | 1000011 |
Color Harmonies of #8FC696
Complementary color
Monochromatic Colors of #8FC696
Black with #8FC696
Text Example
Text Example
White with #8FC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC696; }
p { color: rgb(143,198,150); }
H1.HeaderClassName
{
color: #8FC696;
}
.AnyTagClassName
{
color: #8FC696;
}
</style>
background-color css
<style>
a { background-color: #8FC696; }
a { background-color: rgb(143,198,150); }
div.DivClassName
{
background-color: #8FC696;
}
.BgClassName
{
background-color: #8FC696;
}
</style>
border-color css
<style>
span { border-color: #8FC696; }
span { border-color: rgb(143,198,150); }
td.TdClassName
{
border-color: #8FC696;
}
.TagClassName
{
border-color: #8FC696;
}
</style>