Shades of Dark Sea Green #93BC99
Tints of Dark Sea Green #93BC99
RGB
CMYK
RGB Variations
Color information
#93BC99 (or 0x93BC99) is known color: Dark Sea Green. HEX triplet: 93, BC and 99. RGB value is (147,188,153). Sum of RGB (Red+Green+Blue) = 147+188+153=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BC99 is #6C4366. Grayscale: #ABABAB. Windows color (decimal): -7095143 or 10075283. OLE color: 10075283.
HSL color Cylindrical-coordinate representation of color #93BC99: hue angle of 128.78º degrees, saturation: 0.23, 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 #93BC99 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 153 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.26 |
| HSL | 128.78º | 0.23% | 0.66% | - |
| HSV(B) | 128.78º | 0.22% | 0.74% | - |
| XYZ | 35.77 | 44.47 | 36.84 | - |
| YUV | 171.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 153 | 0.22 | 0 | 0.19 | 0.26 | 128.78 | 0.23 | 0.66 |
| Hex | 93 | BC | 99 | 16 | 0 | 13 | 1A | 81 | 17 | 42 |
| Octal | 223 | 274 | 231 | 26 | 0 | 23 | 32 | 201 | 27 | 102 |
| Binary | 10010011 | 10111100 | 10011001 | 10110 | 0 | 10011 | 11010 | 10000001 | 10111 | 1000010 |
Color Harmonies of #93BC99
Complementary color
Monochromatic Colors of #93BC99
Black with #93BC99
Text Example
Text Example
White with #93BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC99; }
p { color: rgb(147,188,153); }
H1.HeaderClassName
{
color: #93BC99;
}
.AnyTagClassName
{
color: #93BC99;
}
</style>
background-color css
<style>
a { background-color: #93BC99; }
a { background-color: rgb(147,188,153); }
div.DivClassName
{
background-color: #93BC99;
}
.BgClassName
{
background-color: #93BC99;
}
</style>
border-color css
<style>
span { border-color: #93BC99; }
span { border-color: rgb(147,188,153); }
td.TdClassName
{
border-color: #93BC99;
}
.TagClassName
{
border-color: #93BC99;
}
</style>