Shades of Dark Sea Green #93BD88
Tints of Dark Sea Green #93BD88
RGB
CMYK
RGB Variations
Color information
#93BD88 (or 0x93BD88) is known color: Dark Sea Green. HEX triplet: 93, BD and 88. RGB value is (147,189,136). Sum of RGB (Red+Green+Blue) = 147+189+136=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BD88 is #6C4277. Grayscale: #AAAAAA. Windows color (decimal): -7094904 or 8961427. OLE color: 8961427.
HSL color Cylindrical-coordinate representation of color #93BD88: hue angle of 107.55º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93BD88 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 136 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.26 |
| HSL | 107.55º | 0.29% | 0.64% | - |
| HSV(B) | 107.55º | 0.28% | 0.74% | - |
| XYZ | 34.67 | 44.38 | 30.03 | - |
| YUV | 170.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 136 | 0.22 | 0 | 0.28 | 0.26 | 107.55 | 0.29 | 0.64 |
| Hex | 93 | BD | 88 | 16 | 0 | 1C | 1A | 6C | 1D | 40 |
| Octal | 223 | 275 | 210 | 26 | 0 | 34 | 32 | 154 | 35 | 100 |
| Binary | 10010011 | 10111101 | 10001000 | 10110 | 0 | 11100 | 11010 | 1101100 | 11101 | 1000000 |
Color Harmonies of #93BD88
Complementary color
Monochromatic Colors of #93BD88
Black with #93BD88
Text Example
Text Example
White with #93BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD88; }
p { color: rgb(147,189,136); }
H1.HeaderClassName
{
color: #93BD88;
}
.AnyTagClassName
{
color: #93BD88;
}
</style>
background-color css
<style>
a { background-color: #93BD88; }
a { background-color: rgb(147,189,136); }
div.DivClassName
{
background-color: #93BD88;
}
.BgClassName
{
background-color: #93BD88;
}
</style>
border-color css
<style>
span { border-color: #93BD88; }
span { border-color: rgb(147,189,136); }
td.TdClassName
{
border-color: #93BD88;
}
.TagClassName
{
border-color: #93BD88;
}
</style>