Shades of Dark Sea Green #8FB894
Tints of Dark Sea Green #8FB894
RGB
CMYK
RGB Variations
Color information
#8FB894 (or 0x8FB894) is known color: Dark Sea Green. HEX triplet: 8F, B8 and 94. RGB value is (143,184,148). Sum of RGB (Red+Green+Blue) = 143+184+148=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB894 is #70476B. Grayscale: #A7A7A7. Windows color (decimal): -7358316 or 9746575. OLE color: 9746575.
HSL color Cylindrical-coordinate representation of color #8FB894: hue angle of 127.32º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FB894 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 148 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.28 |
| HSL | 127.32º | 0.22% | 0.64% | - |
| HSV(B) | 127.32º | 0.22% | 0.72% | - |
| XYZ | 33.81 | 42.26 | 34.39 | - |
| YUV | 167.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 148 | 0.22 | 0 | 0.20 | 0.28 | 127.32 | 0.22 | 0.64 |
| Hex | 8F | B8 | 94 | 16 | 0 | 14 | 1C | 7F | 16 | 40 |
| Octal | 217 | 270 | 224 | 26 | 0 | 24 | 34 | 177 | 26 | 100 |
| Binary | 10001111 | 10111000 | 10010100 | 10110 | 0 | 10100 | 11100 | 1111111 | 10110 | 1000000 |
Color Harmonies of #8FB894
Complementary color
Monochromatic Colors of #8FB894
Black with #8FB894
Text Example
Text Example
White with #8FB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB894; }
p { color: rgb(143,184,148); }
H1.HeaderClassName
{
color: #8FB894;
}
.AnyTagClassName
{
color: #8FB894;
}
</style>
background-color css
<style>
a { background-color: #8FB894; }
a { background-color: rgb(143,184,148); }
div.DivClassName
{
background-color: #8FB894;
}
.BgClassName
{
background-color: #8FB894;
}
</style>
border-color css
<style>
span { border-color: #8FB894; }
span { border-color: rgb(143,184,148); }
td.TdClassName
{
border-color: #8FB894;
}
.TagClassName
{
border-color: #8FB894;
}
</style>