Shades of Dark Sea Green #93C795
Tints of Dark Sea Green #93C795
RGB
CMYK
RGB Variations
Color information
#93C795 (or 0x93C795) is known color: Dark Sea Green. HEX triplet: 93, C7 and 95. RGB value is (147,199,149). Sum of RGB (Red+Green+Blue) = 147+199+149=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #93C795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C795 is #6C386A. Grayscale: #B1B1B1. Windows color (decimal): -7092331 or 9815955. OLE color: 9815955.
HSL color Cylindrical-coordinate representation of color #93C795: hue angle of 122.31º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C795 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 199 | 149 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.22 |
| HSL | 122.31º | 0.32% | 0.68% | - |
| HSV(B) | 122.31º | 0.26% | 0.78% | - |
| XYZ | 37.88 | 49.22 | 35.94 | - |
| YUV | 177.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 199 | 149 | 0.26 | 0 | 0.25 | 0.22 | 122.31 | 0.32 | 0.68 |
| Hex | 93 | C7 | 95 | 1A | 0 | 19 | 16 | 7A | 20 | 44 |
| Octal | 223 | 307 | 225 | 32 | 0 | 31 | 26 | 172 | 40 | 104 |
| Binary | 10010011 | 11000111 | 10010101 | 11010 | 0 | 11001 | 10110 | 1111010 | 100000 | 1000100 |
Color Harmonies of #93C795
Complementary color
Monochromatic Colors of #93C795
Black with #93C795
Text Example
Text Example
White with #93C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C795; }
p { color: rgb(147,199,149); }
H1.HeaderClassName
{
color: #93C795;
}
.AnyTagClassName
{
color: #93C795;
}
</style>
background-color css
<style>
a { background-color: #93C795; }
a { background-color: rgb(147,199,149); }
div.DivClassName
{
background-color: #93C795;
}
.BgClassName
{
background-color: #93C795;
}
</style>
border-color css
<style>
span { border-color: #93C795; }
span { border-color: rgb(147,199,149); }
td.TdClassName
{
border-color: #93C795;
}
.TagClassName
{
border-color: #93C795;
}
</style>