Shades of Dark Sea Green #94BB8A
Tints of Dark Sea Green #94BB8A
RGB
CMYK
RGB Variations
Color information
#94BB8A (or 0x94BB8A) is known color: Dark Sea Green. HEX triplet: 94, BB and 8A. RGB value is (148,187,138). Sum of RGB (Red+Green+Blue) = 148+187+138=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB8A is #6B4475. Grayscale: #A9A9A9. Windows color (decimal): -7029878 or 9091988. OLE color: 9091988.
HSL color Cylindrical-coordinate representation of color #94BB8A: hue angle of 107.76º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94BB8A is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 187 | 138 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.27 |
| HSL | 107.76º | 0.26% | 0.64% | - |
| HSV(B) | 107.76º | 0.26% | 0.73% | - |
| XYZ | 34.57 | 43.67 | 30.65 | - |
| YUV | 169.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 138 | 0.21 | 0 | 0.26 | 0.27 | 107.76 | 0.26 | 0.64 |
| Hex | 94 | BB | 8A | 15 | 0 | 1A | 1B | 6C | 1A | 40 |
| Octal | 224 | 273 | 212 | 25 | 0 | 32 | 33 | 154 | 32 | 100 |
| Binary | 10010100 | 10111011 | 10001010 | 10101 | 0 | 11010 | 11011 | 1101100 | 11010 | 1000000 |
Color Harmonies of #94BB8A
Complementary color
Monochromatic Colors of #94BB8A
Black with #94BB8A
Text Example
Text Example
White with #94BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BB8A; }
p { color: rgb(148,187,138); }
H1.HeaderClassName
{
color: #94BB8A;
}
.AnyTagClassName
{
color: #94BB8A;
}
</style>
background-color css
<style>
a { background-color: #94BB8A; }
a { background-color: rgb(148,187,138); }
div.DivClassName
{
background-color: #94BB8A;
}
.BgClassName
{
background-color: #94BB8A;
}
</style>
border-color css
<style>
span { border-color: #94BB8A; }
span { border-color: rgb(148,187,138); }
td.TdClassName
{
border-color: #94BB8A;
}
.TagClassName
{
border-color: #94BB8A;
}
</style>