Shades of Dark Sea Green #94C488
Tints of Dark Sea Green #94C488
RGB
CMYK
RGB Variations
Color information
#94C488 (or 0x94C488) is known color: Dark Sea Green. HEX triplet: 94, C4 and 88. RGB value is (148,196,136). Sum of RGB (Red+Green+Blue) = 148+196+136=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #94C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C488 is #6B3B77. Grayscale: #AFAFAF. Windows color (decimal): -7027576 or 8963220. OLE color: 8963220.
HSL color Cylindrical-coordinate representation of color #94C488: hue angle of 108º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94C488 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 196 | 136 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.23 |
| HSL | 108º | 0.34% | 0.65% | - |
| HSV(B) | 108º | 0.31% | 0.77% | - |
| XYZ | 36.4 | 47.55 | 30.55 | - |
| YUV | 174.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 196 | 136 | 0.24 | 0 | 0.31 | 0.23 | 108 | 0.34 | 0.65 |
| Hex | 94 | C4 | 88 | 18 | 0 | 1F | 17 | 6C | 22 | 41 |
| Octal | 224 | 304 | 210 | 30 | 0 | 37 | 27 | 154 | 42 | 101 |
| Binary | 10010100 | 11000100 | 10001000 | 11000 | 0 | 11111 | 10111 | 1101100 | 100010 | 1000001 |
Color Harmonies of #94C488
Complementary color
Monochromatic Colors of #94C488
Black with #94C488
Text Example
Text Example
White with #94C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C488; }
p { color: rgb(148,196,136); }
H1.HeaderClassName
{
color: #94C488;
}
.AnyTagClassName
{
color: #94C488;
}
</style>
background-color css
<style>
a { background-color: #94C488; }
a { background-color: rgb(148,196,136); }
div.DivClassName
{
background-color: #94C488;
}
.BgClassName
{
background-color: #94C488;
}
</style>
border-color css
<style>
span { border-color: #94C488; }
span { border-color: rgb(148,196,136); }
td.TdClassName
{
border-color: #94C488;
}
.TagClassName
{
border-color: #94C488;
}
</style>