Shades of Dark Sea Green #93BB94
Tints of Dark Sea Green #93BB94
RGB
CMYK
RGB Variations
Color information
#93BB94 (or 0x93BB94) is known color: Dark Sea Green. HEX triplet: 93, BB and 94. RGB value is (147,187,148). Sum of RGB (Red+Green+Blue) = 147+187+148=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB94 is #6C446B. Grayscale: #AAAAAA. Windows color (decimal): -7095404 or 9747347. OLE color: 9747347.
HSL color Cylindrical-coordinate representation of color #93BB94: hue angle of 121.5º 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 #93BB94 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 148 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.27 |
| HSL | 121.5º | 0.23% | 0.65% | - |
| HSV(B) | 121.5º | 0.21% | 0.73% | - |
| XYZ | 35.15 | 43.88 | 34.63 | - |
| YUV | 170.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 148 | 0.21 | 0 | 0.21 | 0.27 | 121.5 | 0.23 | 0.65 |
| Hex | 93 | BB | 94 | 15 | 0 | 15 | 1B | 7A | 17 | 41 |
| Octal | 223 | 273 | 224 | 25 | 0 | 25 | 33 | 172 | 27 | 101 |
| Binary | 10010011 | 10111011 | 10010100 | 10101 | 0 | 10101 | 11011 | 1111010 | 10111 | 1000001 |
Color Harmonies of #93BB94
Complementary color
Monochromatic Colors of #93BB94
Black with #93BB94
Text Example
Text Example
White with #93BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB94; }
p { color: rgb(147,187,148); }
H1.HeaderClassName
{
color: #93BB94;
}
.AnyTagClassName
{
color: #93BB94;
}
</style>
background-color css
<style>
a { background-color: #93BB94; }
a { background-color: rgb(147,187,148); }
div.DivClassName
{
background-color: #93BB94;
}
.BgClassName
{
background-color: #93BB94;
}
</style>
border-color css
<style>
span { border-color: #93BB94; }
span { border-color: rgb(147,187,148); }
td.TdClassName
{
border-color: #93BB94;
}
.TagClassName
{
border-color: #93BB94;
}
</style>