Shades of Dark Sea Green #93BC8A
Tints of Dark Sea Green #93BC8A
RGB
CMYK
RGB Variations
Color information
#93BC8A (or 0x93BC8A) is known color: Dark Sea Green. HEX triplet: 93, BC and 8A. RGB value is (147,188,138). Sum of RGB (Red+Green+Blue) = 147+188+138=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BC8A is #6C4375. Grayscale: #AAAAAA. Windows color (decimal): -7095158 or 9092243. OLE color: 9092243.
HSL color Cylindrical-coordinate representation of color #93BC8A: hue angle of 109.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93BC8A is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 138 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.26 |
| HSL | 109.2º | 0.27% | 0.64% | - |
| HSV(B) | 109.2º | 0.27% | 0.74% | - |
| XYZ | 34.6 | 44 | 30.71 | - |
| YUV | 170.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 138 | 0.22 | 0 | 0.27 | 0.26 | 109.2 | 0.27 | 0.64 |
| Hex | 93 | BC | 8A | 16 | 0 | 1B | 1A | 6D | 1B | 40 |
| Octal | 223 | 274 | 212 | 26 | 0 | 33 | 32 | 155 | 33 | 100 |
| Binary | 10010011 | 10111100 | 10001010 | 10110 | 0 | 11011 | 11010 | 1101101 | 11011 | 1000000 |
Color Harmonies of #93BC8A
Complementary color
Monochromatic Colors of #93BC8A
Black with #93BC8A
Text Example
Text Example
White with #93BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC8A; }
p { color: rgb(147,188,138); }
H1.HeaderClassName
{
color: #93BC8A;
}
.AnyTagClassName
{
color: #93BC8A;
}
</style>
background-color css
<style>
a { background-color: #93BC8A; }
a { background-color: rgb(147,188,138); }
div.DivClassName
{
background-color: #93BC8A;
}
.BgClassName
{
background-color: #93BC8A;
}
</style>
border-color css
<style>
span { border-color: #93BC8A; }
span { border-color: rgb(147,188,138); }
td.TdClassName
{
border-color: #93BC8A;
}
.TagClassName
{
border-color: #93BC8A;
}
</style>