Shades of Dark Sea Green #93C399
Tints of Dark Sea Green #93C399
RGB
CMYK
RGB Variations
Color information
#93C399 (or 0x93C399) is known color: Dark Sea Green. HEX triplet: 93, C3 and 99. RGB value is (147,195,153). Sum of RGB (Red+Green+Blue) = 147+195+153=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #93C399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C399 is #6C3C66. Grayscale: #AFAFAF. Windows color (decimal): -7093351 or 10077075. OLE color: 10077075.
HSL color Cylindrical-coordinate representation of color #93C399: hue angle of 127.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C399 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 153 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.24 |
| HSL | 127.5º | 0.29% | 0.67% | - |
| HSV(B) | 127.5º | 0.25% | 0.76% | - |
| XYZ | 37.3 | 47.53 | 37.35 | - |
| YUV | 175.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 153 | 0.25 | 0 | 0.22 | 0.24 | 127.5 | 0.29 | 0.67 |
| Hex | 93 | C3 | 99 | 19 | 0 | 16 | 18 | 80 | 1D | 43 |
| Octal | 223 | 303 | 231 | 31 | 0 | 26 | 30 | 200 | 35 | 103 |
| Binary | 10010011 | 11000011 | 10011001 | 11001 | 0 | 10110 | 11000 | 10000000 | 11101 | 1000011 |
Color Harmonies of #93C399
Complementary color
Monochromatic Colors of #93C399
Black with #93C399
Text Example
Text Example
White with #93C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C399; }
p { color: rgb(147,195,153); }
H1.HeaderClassName
{
color: #93C399;
}
.AnyTagClassName
{
color: #93C399;
}
</style>
background-color css
<style>
a { background-color: #93C399; }
a { background-color: rgb(147,195,153); }
div.DivClassName
{
background-color: #93C399;
}
.BgClassName
{
background-color: #93C399;
}
</style>
border-color css
<style>
span { border-color: #93C399; }
span { border-color: rgb(147,195,153); }
td.TdClassName
{
border-color: #93C399;
}
.TagClassName
{
border-color: #93C399;
}
</style>