Shades of Dark Sea Green #93BF87
Tints of Dark Sea Green #93BF87
RGB
CMYK
RGB Variations
Color information
#93BF87 (or 0x93BF87) is known color: Dark Sea Green. HEX triplet: 93, BF and 87. RGB value is (147,191,135). Sum of RGB (Red+Green+Blue) = 147+191+135=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BF87 is #6C4078. Grayscale: #ABABAB. Windows color (decimal): -7094393 or 8896403. OLE color: 8896403.
HSL color Cylindrical-coordinate representation of color #93BF87: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BF87 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 135 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.25 |
| HSL | 107.14º | 0.3% | 0.64% | - |
| HSV(B) | 107.14º | 0.29% | 0.75% | - |
| XYZ | 35.04 | 45.21 | 29.8 | - |
| YUV | 171.46 | 107.42 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 135 | 0.23 | 0 | 0.29 | 0.25 | 107.14 | 0.3 | 0.64 |
| Hex | 93 | BF | 87 | 17 | 0 | 1D | 19 | 6B | 1E | 40 |
| Octal | 223 | 277 | 207 | 27 | 0 | 35 | 31 | 153 | 36 | 100 |
| Binary | 10010011 | 10111111 | 10000111 | 10111 | 0 | 11101 | 11001 | 1101011 | 11110 | 1000000 |
Color Harmonies of #93BF87
Complementary color
Monochromatic Colors of #93BF87
Black with #93BF87
Text Example
Text Example
White with #93BF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BF87; }
p { color: rgb(147,191,135); }
H1.HeaderClassName
{
color: #93BF87;
}
.AnyTagClassName
{
color: #93BF87;
}
</style>
background-color css
<style>
a { background-color: #93BF87; }
a { background-color: rgb(147,191,135); }
div.DivClassName
{
background-color: #93BF87;
}
.BgClassName
{
background-color: #93BF87;
}
</style>
border-color css
<style>
span { border-color: #93BF87; }
span { border-color: rgb(147,191,135); }
td.TdClassName
{
border-color: #93BF87;
}
.TagClassName
{
border-color: #93BF87;
}
</style>