Shades of Dark Sea Green #93C99A
Tints of Dark Sea Green #93C99A
RGB
CMYK
RGB Variations
Color information
#93C99A (or 0x93C99A) is known color: Dark Sea Green. HEX triplet: 93, C9 and 9A. RGB value is (147,201,154). Sum of RGB (Red+Green+Blue) = 147+201+154=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #93C99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C99A is #6C3665. Grayscale: #B3B3B3. Windows color (decimal): -7091814 or 10144147. OLE color: 10144147.
HSL color Cylindrical-coordinate representation of color #93C99A: hue angle of 127.78º 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 #93C99A is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 154 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.21 |
| HSL | 127.78º | 0.33% | 0.68% | - |
| HSV(B) | 127.78º | 0.27% | 0.79% | - |
| XYZ | 38.75 | 50.31 | 38.24 | - |
| YUV | 179.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 154 | 0.27 | 0 | 0.23 | 0.21 | 127.78 | 0.33 | 0.68 |
| Hex | 93 | C9 | 9A | 1B | 0 | 17 | 15 | 80 | 21 | 44 |
| Octal | 223 | 311 | 232 | 33 | 0 | 27 | 25 | 200 | 41 | 104 |
| Binary | 10010011 | 11001001 | 10011010 | 11011 | 0 | 10111 | 10101 | 10000000 | 100001 | 1000100 |
Color Harmonies of #93C99A
Complementary color
Monochromatic Colors of #93C99A
Black with #93C99A
Text Example
Text Example
White with #93C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C99A; }
p { color: rgb(147,201,154); }
H1.HeaderClassName
{
color: #93C99A;
}
.AnyTagClassName
{
color: #93C99A;
}
</style>
background-color css
<style>
a { background-color: #93C99A; }
a { background-color: rgb(147,201,154); }
div.DivClassName
{
background-color: #93C99A;
}
.BgClassName
{
background-color: #93C99A;
}
</style>
border-color css
<style>
span { border-color: #93C99A; }
span { border-color: rgb(147,201,154); }
td.TdClassName
{
border-color: #93C99A;
}
.TagClassName
{
border-color: #93C99A;
}
</style>