Shades of Dark Sea Green #94BB8D
Tints of Dark Sea Green #94BB8D
RGB
CMYK
RGB Variations
Color information
#94BB8D (or 0x94BB8D) is known color: Dark Sea Green. HEX triplet: 94, BB and 8D. RGB value is (148,187,141). Sum of RGB (Red+Green+Blue) = 148+187+141=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB8D is #6B4472. Grayscale: #AAAAAA. Windows color (decimal): -7029875 or 9288596. OLE color: 9288596.
HSL color Cylindrical-coordinate representation of color #94BB8D: hue angle of 110.87º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94BB8D is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 187 | 141 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.27 |
| HSL | 110.87º | 0.25% | 0.64% | - |
| HSV(B) | 110.87º | 0.25% | 0.73% | - |
| XYZ | 34.79 | 43.76 | 31.81 | - |
| YUV | 170.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 141 | 0.21 | 0 | 0.25 | 0.27 | 110.87 | 0.25 | 0.64 |
| Hex | 94 | BB | 8D | 15 | 0 | 19 | 1B | 6F | 19 | 40 |
| Octal | 224 | 273 | 215 | 25 | 0 | 31 | 33 | 157 | 31 | 100 |
| Binary | 10010100 | 10111011 | 10001101 | 10101 | 0 | 11001 | 11011 | 1101111 | 11001 | 1000000 |
Color Harmonies of #94BB8D
Complementary color
Monochromatic Colors of #94BB8D
Black with #94BB8D
Text Example
Text Example
White with #94BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BB8D; }
p { color: rgb(148,187,141); }
H1.HeaderClassName
{
color: #94BB8D;
}
.AnyTagClassName
{
color: #94BB8D;
}
</style>
background-color css
<style>
a { background-color: #94BB8D; }
a { background-color: rgb(148,187,141); }
div.DivClassName
{
background-color: #94BB8D;
}
.BgClassName
{
background-color: #94BB8D;
}
</style>
border-color css
<style>
span { border-color: #94BB8D; }
span { border-color: rgb(148,187,141); }
td.TdClassName
{
border-color: #94BB8D;
}
.TagClassName
{
border-color: #94BB8D;
}
</style>