Shades of Dark Sea Green #8FB491
Tints of Dark Sea Green #8FB491
RGB
CMYK
RGB Variations
Color information
#8FB491 (or 0x8FB491) is known color: Dark Sea Green. HEX triplet: 8F, B4 and 91. RGB value is (143,180,145). Sum of RGB (Red+Green+Blue) = 143+180+145=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB491 is #704B6E. Grayscale: #A5A5A5. Windows color (decimal): -7359343 or 9548943. OLE color: 9548943.
HSL color Cylindrical-coordinate representation of color #8FB491: hue angle of 123.24º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB491 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 145 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.29 |
| HSL | 123.24º | 0.2% | 0.63% | - |
| HSV(B) | 123.24º | 0.21% | 0.71% | - |
| XYZ | 32.76 | 40.53 | 32.88 | - |
| YUV | 164.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 145 | 0.21 | 0 | 0.19 | 0.29 | 123.24 | 0.2 | 0.63 |
| Hex | 8F | B4 | 91 | 15 | 0 | 13 | 1D | 7B | 14 | 3F |
| Octal | 217 | 264 | 221 | 25 | 0 | 23 | 35 | 173 | 24 | 77 |
| Binary | 10001111 | 10110100 | 10010001 | 10101 | 0 | 10011 | 11101 | 1111011 | 10100 | 111111 |
Color Harmonies of #8FB491
Complementary color
Monochromatic Colors of #8FB491
Black with #8FB491
Text Example
Text Example
White with #8FB491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB491; }
p { color: rgb(143,180,145); }
H1.HeaderClassName
{
color: #8FB491;
}
.AnyTagClassName
{
color: #8FB491;
}
</style>
background-color css
<style>
a { background-color: #8FB491; }
a { background-color: rgb(143,180,145); }
div.DivClassName
{
background-color: #8FB491;
}
.BgClassName
{
background-color: #8FB491;
}
</style>
border-color css
<style>
span { border-color: #8FB491; }
span { border-color: rgb(143,180,145); }
td.TdClassName
{
border-color: #8FB491;
}
.TagClassName
{
border-color: #8FB491;
}
</style>