Shades of Dark Sea Green #94C995
Tints of Dark Sea Green #94C995
RGB
CMYK
RGB Variations
Color information
#94C995 (or 0x94C995) is known color: Dark Sea Green. HEX triplet: 94, C9 and 95. RGB value is (148,201,149). Sum of RGB (Red+Green+Blue) = 148+201+149=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #94C995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C995 is #6B366A. Grayscale: #B3B3B3. Windows color (decimal): -7026283 or 9816468. OLE color: 9816468.
HSL color Cylindrical-coordinate representation of color #94C995: hue angle of 121.13º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C995 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 201 | 149 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.21 |
| HSL | 121.13º | 0.33% | 0.68% | - |
| HSV(B) | 121.13º | 0.26% | 0.79% | - |
| XYZ | 38.52 | 50.24 | 36.1 | - |
| YUV | 179.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 201 | 149 | 0.26 | 0 | 0.26 | 0.21 | 121.13 | 0.33 | 0.68 |
| Hex | 94 | C9 | 95 | 1A | 0 | 1A | 15 | 79 | 21 | 44 |
| Octal | 224 | 311 | 225 | 32 | 0 | 32 | 25 | 171 | 41 | 104 |
| Binary | 10010100 | 11001001 | 10010101 | 11010 | 0 | 11010 | 10101 | 1111001 | 100001 | 1000100 |
Color Harmonies of #94C995
Complementary color
Monochromatic Colors of #94C995
Black with #94C995
Text Example
Text Example
White with #94C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C995; }
p { color: rgb(148,201,149); }
H1.HeaderClassName
{
color: #94C995;
}
.AnyTagClassName
{
color: #94C995;
}
</style>
background-color css
<style>
a { background-color: #94C995; }
a { background-color: rgb(148,201,149); }
div.DivClassName
{
background-color: #94C995;
}
.BgClassName
{
background-color: #94C995;
}
</style>
border-color css
<style>
span { border-color: #94C995; }
span { border-color: rgb(148,201,149); }
td.TdClassName
{
border-color: #94C995;
}
.TagClassName
{
border-color: #94C995;
}
</style>