Shades of Dark Sea Green #8FCA94
Tints of Dark Sea Green #8FCA94
RGB
CMYK
RGB Variations
Color information
#8FCA94 (or 0x8FCA94) is known color: Dark Sea Green. HEX triplet: 8F, CA and 94. RGB value is (143,202,148). Sum of RGB (Red+Green+Blue) = 143+202+148=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA94 is #70356B. Grayscale: #B2B2B2. Windows color (decimal): -7353708 or 9751183. OLE color: 9751183.
HSL color Cylindrical-coordinate representation of color #8FCA94: hue angle of 125.08º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCA94 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 148 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.21 |
| HSL | 125.08º | 0.36% | 0.68% | - |
| HSV(B) | 125.08º | 0.29% | 0.79% | - |
| XYZ | 37.79 | 50.22 | 35.72 | - |
| YUV | 178.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 148 | 0.29 | 0 | 0.27 | 0.21 | 125.08 | 0.36 | 0.68 |
| Hex | 8F | CA | 94 | 1D | 0 | 1B | 15 | 7D | 24 | 44 |
| Octal | 217 | 312 | 224 | 35 | 0 | 33 | 25 | 175 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10010100 | 11101 | 0 | 11011 | 10101 | 1111101 | 100100 | 1000100 |
Color Harmonies of #8FCA94
Complementary color
Monochromatic Colors of #8FCA94
Black with #8FCA94
Text Example
Text Example
White with #8FCA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA94; }
p { color: rgb(143,202,148); }
H1.HeaderClassName
{
color: #8FCA94;
}
.AnyTagClassName
{
color: #8FCA94;
}
</style>
background-color css
<style>
a { background-color: #8FCA94; }
a { background-color: rgb(143,202,148); }
div.DivClassName
{
background-color: #8FCA94;
}
.BgClassName
{
background-color: #8FCA94;
}
</style>
border-color css
<style>
span { border-color: #8FCA94; }
span { border-color: rgb(143,202,148); }
td.TdClassName
{
border-color: #8FCA94;
}
.TagClassName
{
border-color: #8FCA94;
}
</style>