Shades of Dark Sea Green #94C88B
Tints of Dark Sea Green #94C88B
RGB
CMYK
RGB Variations
Color information
#94C88B (or 0x94C88B) is known color: Dark Sea Green. HEX triplet: 94, C8 and 8B. RGB value is (148,200,139). Sum of RGB (Red+Green+Blue) = 148+200+139=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #94C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C88B is #6B3774. Grayscale: #B1B1B1. Windows color (decimal): -7026549 or 9160852. OLE color: 9160852.
HSL color Cylindrical-coordinate representation of color #94C88B: hue angle of 111.15º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94C88B is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 200 | 139 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.22 |
| HSL | 111.15º | 0.36% | 0.66% | - |
| HSV(B) | 111.15º | 0.31% | 0.78% | - |
| XYZ | 37.53 | 49.47 | 32 | - |
| YUV | 177.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 200 | 139 | 0.26 | 0 | 0.30 | 0.22 | 111.15 | 0.36 | 0.66 |
| Hex | 94 | C8 | 8B | 1A | 0 | 1E | 16 | 6F | 24 | 42 |
| Octal | 224 | 310 | 213 | 32 | 0 | 36 | 26 | 157 | 44 | 102 |
| Binary | 10010100 | 11001000 | 10001011 | 11010 | 0 | 11110 | 10110 | 1101111 | 100100 | 1000010 |
Color Harmonies of #94C88B
Complementary color
Monochromatic Colors of #94C88B
Black with #94C88B
Text Example
Text Example
White with #94C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C88B; }
p { color: rgb(148,200,139); }
H1.HeaderClassName
{
color: #94C88B;
}
.AnyTagClassName
{
color: #94C88B;
}
</style>
background-color css
<style>
a { background-color: #94C88B; }
a { background-color: rgb(148,200,139); }
div.DivClassName
{
background-color: #94C88B;
}
.BgClassName
{
background-color: #94C88B;
}
</style>
border-color css
<style>
span { border-color: #94C88B; }
span { border-color: rgb(148,200,139); }
td.TdClassName
{
border-color: #94C88B;
}
.TagClassName
{
border-color: #94C88B;
}
</style>