Shades of Dark Sea Green #93BD99
Tints of Dark Sea Green #93BD99
RGB
CMYK
RGB Variations
Color information
#93BD99 (or 0x93BD99) is known color: Dark Sea Green. HEX triplet: 93, BD and 99. RGB value is (147,189,153). Sum of RGB (Red+Green+Blue) = 147+189+153=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BD99 is #6C4266. Grayscale: #ACACAC. Windows color (decimal): -7094887 or 10075539. OLE color: 10075539.
HSL color Cylindrical-coordinate representation of color #93BD99: hue angle of 128.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BD99 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 153 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.26 |
| HSL | 128.57º | 0.24% | 0.66% | - |
| HSV(B) | 128.57º | 0.22% | 0.74% | - |
| XYZ | 35.98 | 44.9 | 36.91 | - |
| YUV | 172.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 153 | 0.22 | 0 | 0.19 | 0.26 | 128.57 | 0.24 | 0.66 |
| Hex | 93 | BD | 99 | 16 | 0 | 13 | 1A | 81 | 18 | 42 |
| Octal | 223 | 275 | 231 | 26 | 0 | 23 | 32 | 201 | 30 | 102 |
| Binary | 10010011 | 10111101 | 10011001 | 10110 | 0 | 10011 | 11010 | 10000001 | 11000 | 1000010 |
Color Harmonies of #93BD99
Complementary color
Monochromatic Colors of #93BD99
Black with #93BD99
Text Example
Text Example
White with #93BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD99; }
p { color: rgb(147,189,153); }
H1.HeaderClassName
{
color: #93BD99;
}
.AnyTagClassName
{
color: #93BD99;
}
</style>
background-color css
<style>
a { background-color: #93BD99; }
a { background-color: rgb(147,189,153); }
div.DivClassName
{
background-color: #93BD99;
}
.BgClassName
{
background-color: #93BD99;
}
</style>
border-color css
<style>
span { border-color: #93BD99; }
span { border-color: rgb(147,189,153); }
td.TdClassName
{
border-color: #93BD99;
}
.TagClassName
{
border-color: #93BD99;
}
</style>