Shades of Dark Sea Green #8FC192
Tints of Dark Sea Green #8FC192
RGB
CMYK
RGB Variations
Color information
#8FC192 (or 0x8FC192) is known color: Dark Sea Green. HEX triplet: 8F, C1 and 92. RGB value is (143,193,146). Sum of RGB (Red+Green+Blue) = 143+193+146=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC192 is #703E6D. Grayscale: #ACACAC. Windows color (decimal): -7356014 or 9617807. OLE color: 9617807.
HSL color Cylindrical-coordinate representation of color #8FC192: hue angle of 123.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC192 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 146 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.24 |
| HSL | 123.6º | 0.29% | 0.66% | - |
| HSV(B) | 123.6º | 0.26% | 0.76% | - |
| XYZ | 35.59 | 46.05 | 34.21 | - |
| YUV | 172.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 146 | 0.26 | 0 | 0.24 | 0.24 | 123.6 | 0.29 | 0.66 |
| Hex | 8F | C1 | 92 | 1A | 0 | 18 | 18 | 7C | 1D | 42 |
| Octal | 217 | 301 | 222 | 32 | 0 | 30 | 30 | 174 | 35 | 102 |
| Binary | 10001111 | 11000001 | 10010010 | 11010 | 0 | 11000 | 11000 | 1111100 | 11101 | 1000010 |
Color Harmonies of #8FC192
Complementary color
Monochromatic Colors of #8FC192
Black with #8FC192
Text Example
Text Example
White with #8FC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC192; }
p { color: rgb(143,193,146); }
H1.HeaderClassName
{
color: #8FC192;
}
.AnyTagClassName
{
color: #8FC192;
}
</style>
background-color css
<style>
a { background-color: #8FC192; }
a { background-color: rgb(143,193,146); }
div.DivClassName
{
background-color: #8FC192;
}
.BgClassName
{
background-color: #8FC192;
}
</style>
border-color css
<style>
span { border-color: #8FC192; }
span { border-color: rgb(143,193,146); }
td.TdClassName
{
border-color: #8FC192;
}
.TagClassName
{
border-color: #8FC192;
}
</style>