Shades of Dark Sea Green #93BB99
Tints of Dark Sea Green #93BB99
RGB
CMYK
RGB Variations
Color information
#93BB99 (or 0x93BB99) is known color: Dark Sea Green. HEX triplet: 93, BB and 99. RGB value is (147,187,153). Sum of RGB (Red+Green+Blue) = 147+187+153=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB99 is #6C4466. Grayscale: #ABABAB. Windows color (decimal): -7095399 or 10075027. OLE color: 10075027.
HSL color Cylindrical-coordinate representation of color #93BB99: hue angle of 129º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BB99 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 153 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.27 |
| HSL | 129º | 0.23% | 0.65% | - |
| HSV(B) | 129º | 0.21% | 0.73% | - |
| XYZ | 35.55 | 44.04 | 36.76 | - |
| YUV | 171.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 153 | 0.21 | 0 | 0.18 | 0.27 | 129 | 0.23 | 0.65 |
| Hex | 93 | BB | 99 | 15 | 0 | 12 | 1B | 81 | 17 | 41 |
| Octal | 223 | 273 | 231 | 25 | 0 | 22 | 33 | 201 | 27 | 101 |
| Binary | 10010011 | 10111011 | 10011001 | 10101 | 0 | 10010 | 11011 | 10000001 | 10111 | 1000001 |
Color Harmonies of #93BB99
Complementary color
Monochromatic Colors of #93BB99
Black with #93BB99
Text Example
Text Example
White with #93BB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB99; }
p { color: rgb(147,187,153); }
H1.HeaderClassName
{
color: #93BB99;
}
.AnyTagClassName
{
color: #93BB99;
}
</style>
background-color css
<style>
a { background-color: #93BB99; }
a { background-color: rgb(147,187,153); }
div.DivClassName
{
background-color: #93BB99;
}
.BgClassName
{
background-color: #93BB99;
}
</style>
border-color css
<style>
span { border-color: #93BB99; }
span { border-color: rgb(147,187,153); }
td.TdClassName
{
border-color: #93BB99;
}
.TagClassName
{
border-color: #93BB99;
}
</style>