Shades of Dark Sea Green #93BB84
Tints of Dark Sea Green #93BB84
RGB
CMYK
RGB Variations
Color information
#93BB84 (or 0x93BB84) is known color: Dark Sea Green. HEX triplet: 93, BB and 84. RGB value is (147,187,132). Sum of RGB (Red+Green+Blue) = 147+187+132=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB84 is #6C447B. Grayscale: #A8A8A8. Windows color (decimal): -7095420 or 8698771. OLE color: 8698771.
HSL color Cylindrical-coordinate representation of color #93BB84: hue angle of 103.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BB84 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 132 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.27 |
| HSL | 103.64º | 0.29% | 0.63% | - |
| HSV(B) | 103.64º | 0.29% | 0.73% | - |
| XYZ | 33.97 | 43.41 | 28.42 | - |
| YUV | 168.77 | 107.25 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 132 | 0.21 | 0 | 0.29 | 0.27 | 103.64 | 0.29 | 0.63 |
| Hex | 93 | BB | 84 | 15 | 0 | 1D | 1B | 68 | 1D | 3F |
| Octal | 223 | 273 | 204 | 25 | 0 | 35 | 33 | 150 | 35 | 77 |
| Binary | 10010011 | 10111011 | 10000100 | 10101 | 0 | 11101 | 11011 | 1101000 | 11101 | 111111 |
Color Harmonies of #93BB84
Complementary color
Monochromatic Colors of #93BB84
Black with #93BB84
Text Example
Text Example
White with #93BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB84; }
p { color: rgb(147,187,132); }
H1.HeaderClassName
{
color: #93BB84;
}
.AnyTagClassName
{
color: #93BB84;
}
</style>
background-color css
<style>
a { background-color: #93BB84; }
a { background-color: rgb(147,187,132); }
div.DivClassName
{
background-color: #93BB84;
}
.BgClassName
{
background-color: #93BB84;
}
</style>
border-color css
<style>
span { border-color: #93BB84; }
span { border-color: rgb(147,187,132); }
td.TdClassName
{
border-color: #93BB84;
}
.TagClassName
{
border-color: #93BB84;
}
</style>