Shades of Dark Sea Green #8FBC93
Tints of Dark Sea Green #8FBC93
RGB
CMYK
RGB Variations
Color information
#8FBC93 (or 0x8FBC93) is known color: Dark Sea Green. HEX triplet: 8F, BC and 93. RGB value is (143,188,147). Sum of RGB (Red+Green+Blue) = 143+188+147=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBC93 is #70436C. Grayscale: #A9A9A9. Windows color (decimal): -7357293 or 9682063. OLE color: 9682063.
HSL color Cylindrical-coordinate representation of color #8FBC93: hue angle of 125.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBC93 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 147 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.26 |
| HSL | 125.33º | 0.25% | 0.65% | - |
| HSV(B) | 125.33º | 0.24% | 0.74% | - |
| XYZ | 34.58 | 43.91 | 34.26 | - |
| YUV | 169.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 147 | 0.24 | 0 | 0.22 | 0.26 | 125.33 | 0.25 | 0.65 |
| Hex | 8F | BC | 93 | 18 | 0 | 16 | 1A | 7D | 19 | 41 |
| Octal | 217 | 274 | 223 | 30 | 0 | 26 | 32 | 175 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10010011 | 11000 | 0 | 10110 | 11010 | 1111101 | 11001 | 1000001 |
Color Harmonies of #8FBC93
Complementary color
Monochromatic Colors of #8FBC93
Black with #8FBC93
Text Example
Text Example
White with #8FBC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC93; }
p { color: rgb(143,188,147); }
H1.HeaderClassName
{
color: #8FBC93;
}
.AnyTagClassName
{
color: #8FBC93;
}
</style>
background-color css
<style>
a { background-color: #8FBC93; }
a { background-color: rgb(143,188,147); }
div.DivClassName
{
background-color: #8FBC93;
}
.BgClassName
{
background-color: #8FBC93;
}
</style>
border-color css
<style>
span { border-color: #8FBC93; }
span { border-color: rgb(143,188,147); }
td.TdClassName
{
border-color: #8FBC93;
}
.TagClassName
{
border-color: #8FBC93;
}
</style>