Shades of Dark Sea Green #93C995
Tints of Dark Sea Green #93C995
RGB
CMYK
RGB Variations
Color information
#93C995 (or 0x93C995) is known color: Dark Sea Green. HEX triplet: 93, C9 and 95. RGB value is (147,201,149). Sum of RGB (Red+Green+Blue) = 147+201+149=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #93C995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C995 is #6C366A. Grayscale: #B3B3B3. Windows color (decimal): -7091819 or 9816467. OLE color: 9816467.
HSL color Cylindrical-coordinate representation of color #93C995: hue angle of 122.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C995 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 149 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.21 |
| HSL | 122.22º | 0.33% | 0.68% | - |
| HSV(B) | 122.22º | 0.27% | 0.79% | - |
| XYZ | 38.34 | 50.15 | 36.09 | - |
| YUV | 178.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 149 | 0.27 | 0 | 0.26 | 0.21 | 122.22 | 0.33 | 0.68 |
| Hex | 93 | C9 | 95 | 1B | 0 | 1A | 15 | 7A | 21 | 44 |
| Octal | 223 | 311 | 225 | 33 | 0 | 32 | 25 | 172 | 41 | 104 |
| Binary | 10010011 | 11001001 | 10010101 | 11011 | 0 | 11010 | 10101 | 1111010 | 100001 | 1000100 |
Color Harmonies of #93C995
Complementary color
Monochromatic Colors of #93C995
Black with #93C995
Text Example
Text Example
White with #93C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C995; }
p { color: rgb(147,201,149); }
H1.HeaderClassName
{
color: #93C995;
}
.AnyTagClassName
{
color: #93C995;
}
</style>
background-color css
<style>
a { background-color: #93C995; }
a { background-color: rgb(147,201,149); }
div.DivClassName
{
background-color: #93C995;
}
.BgClassName
{
background-color: #93C995;
}
</style>
border-color css
<style>
span { border-color: #93C995; }
span { border-color: rgb(147,201,149); }
td.TdClassName
{
border-color: #93C995;
}
.TagClassName
{
border-color: #93C995;
}
</style>