Shades of Dark Sea Green #93BB95
Tints of Dark Sea Green #93BB95
RGB
CMYK
RGB Variations
Color information
#93BB95 (or 0x93BB95) is known color: Dark Sea Green. HEX triplet: 93, BB and 95. RGB value is (147,187,149). Sum of RGB (Red+Green+Blue) = 147+187+149=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB95 is #6C446A. Grayscale: #AAAAAA. Windows color (decimal): -7095403 or 9812883. OLE color: 9812883.
HSL color Cylindrical-coordinate representation of color #93BB95: hue angle of 123º 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 #93BB95 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 149 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.27 |
| HSL | 123º | 0.23% | 0.65% | - |
| HSV(B) | 123º | 0.21% | 0.73% | - |
| XYZ | 35.23 | 43.91 | 35.05 | - |
| YUV | 170.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 149 | 0.21 | 0 | 0.20 | 0.27 | 123 | 0.23 | 0.65 |
| Hex | 93 | BB | 95 | 15 | 0 | 14 | 1B | 7B | 17 | 41 |
| Octal | 223 | 273 | 225 | 25 | 0 | 24 | 33 | 173 | 27 | 101 |
| Binary | 10010011 | 10111011 | 10010101 | 10101 | 0 | 10100 | 11011 | 1111011 | 10111 | 1000001 |
Color Harmonies of #93BB95
Complementary color
Monochromatic Colors of #93BB95
Black with #93BB95
Text Example
Text Example
White with #93BB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB95; }
p { color: rgb(147,187,149); }
H1.HeaderClassName
{
color: #93BB95;
}
.AnyTagClassName
{
color: #93BB95;
}
</style>
background-color css
<style>
a { background-color: #93BB95; }
a { background-color: rgb(147,187,149); }
div.DivClassName
{
background-color: #93BB95;
}
.BgClassName
{
background-color: #93BB95;
}
</style>
border-color css
<style>
span { border-color: #93BB95; }
span { border-color: rgb(147,187,149); }
td.TdClassName
{
border-color: #93BB95;
}
.TagClassName
{
border-color: #93BB95;
}
</style>