Shades of Dark Sea Green #93BF8A
Tints of Dark Sea Green #93BF8A
RGB
CMYK
RGB Variations
Color information
#93BF8A (or 0x93BF8A) is known color: Dark Sea Green. HEX triplet: 93, BF and 8A. RGB value is (147,191,138). Sum of RGB (Red+Green+Blue) = 147+191+138=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BF8A is #6C4075. Grayscale: #ABABAB. Windows color (decimal): -7094390 or 9093011. OLE color: 9093011.
HSL color Cylindrical-coordinate representation of color #93BF8A: hue angle of 109.81º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93BF8A is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 138 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.25 |
| HSL | 109.81º | 0.29% | 0.65% | - |
| HSV(B) | 109.81º | 0.28% | 0.75% | - |
| XYZ | 35.25 | 45.3 | 30.93 | - |
| YUV | 171.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 138 | 0.23 | 0 | 0.28 | 0.25 | 109.81 | 0.29 | 0.65 |
| Hex | 93 | BF | 8A | 17 | 0 | 1C | 19 | 6E | 1D | 41 |
| Octal | 223 | 277 | 212 | 27 | 0 | 34 | 31 | 156 | 35 | 101 |
| Binary | 10010011 | 10111111 | 10001010 | 10111 | 0 | 11100 | 11001 | 1101110 | 11101 | 1000001 |
Color Harmonies of #93BF8A
Complementary color
Monochromatic Colors of #93BF8A
Black with #93BF8A
Text Example
Text Example
White with #93BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BF8A; }
p { color: rgb(147,191,138); }
H1.HeaderClassName
{
color: #93BF8A;
}
.AnyTagClassName
{
color: #93BF8A;
}
</style>
background-color css
<style>
a { background-color: #93BF8A; }
a { background-color: rgb(147,191,138); }
div.DivClassName
{
background-color: #93BF8A;
}
.BgClassName
{
background-color: #93BF8A;
}
</style>
border-color css
<style>
span { border-color: #93BF8A; }
span { border-color: rgb(147,191,138); }
td.TdClassName
{
border-color: #93BF8A;
}
.TagClassName
{
border-color: #93BF8A;
}
</style>