Shades of Dark Sea Green #93BD87
Tints of Dark Sea Green #93BD87
RGB
CMYK
RGB Variations
Color information
#93BD87 (or 0x93BD87) is known color: Dark Sea Green. HEX triplet: 93, BD and 87. RGB value is (147,189,135). Sum of RGB (Red+Green+Blue) = 147+189+135=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BD87 is #6C4278. Grayscale: #AAAAAA. Windows color (decimal): -7094905 or 8895891. OLE color: 8895891.
HSL color Cylindrical-coordinate representation of color #93BD87: hue angle of 106.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BD87 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 135 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.26 |
| HSL | 106.67º | 0.29% | 0.64% | - |
| HSV(B) | 106.67º | 0.29% | 0.74% | - |
| XYZ | 34.6 | 44.35 | 29.66 | - |
| YUV | 170.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 135 | 0.22 | 0 | 0.29 | 0.26 | 106.67 | 0.29 | 0.64 |
| Hex | 93 | BD | 87 | 16 | 0 | 1D | 1A | 6B | 1D | 40 |
| Octal | 223 | 275 | 207 | 26 | 0 | 35 | 32 | 153 | 35 | 100 |
| Binary | 10010011 | 10111101 | 10000111 | 10110 | 0 | 11101 | 11010 | 1101011 | 11101 | 1000000 |
Color Harmonies of #93BD87
Complementary color
Monochromatic Colors of #93BD87
Black with #93BD87
Text Example
Text Example
White with #93BD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD87; }
p { color: rgb(147,189,135); }
H1.HeaderClassName
{
color: #93BD87;
}
.AnyTagClassName
{
color: #93BD87;
}
</style>
background-color css
<style>
a { background-color: #93BD87; }
a { background-color: rgb(147,189,135); }
div.DivClassName
{
background-color: #93BD87;
}
.BgClassName
{
background-color: #93BD87;
}
</style>
border-color css
<style>
span { border-color: #93BD87; }
span { border-color: rgb(147,189,135); }
td.TdClassName
{
border-color: #93BD87;
}
.TagClassName
{
border-color: #93BD87;
}
</style>