Shades of Dark Sea Green #94BC8C
Tints of Dark Sea Green #94BC8C
RGB
CMYK
RGB Variations
Color information
#94BC8C (or 0x94BC8C) is known color: Dark Sea Green. HEX triplet: 94, BC and 8C. RGB value is (148,188,140). Sum of RGB (Red+Green+Blue) = 148+188+140=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BC8C is #6B4373. Grayscale: #AAAAAA. Windows color (decimal): -7029620 or 9223316. OLE color: 9223316.
HSL color Cylindrical-coordinate representation of color #94BC8C: hue angle of 110º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94BC8C is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 140 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.26 |
| HSL | 110º | 0.26% | 0.64% | - |
| HSV(B) | 110º | 0.26% | 0.74% | - |
| XYZ | 34.93 | 44.16 | 31.49 | - |
| YUV | 170.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 140 | 0.21 | 0 | 0.26 | 0.26 | 110 | 0.26 | 0.64 |
| Hex | 94 | BC | 8C | 15 | 0 | 1A | 1A | 6E | 1A | 40 |
| Octal | 224 | 274 | 214 | 25 | 0 | 32 | 32 | 156 | 32 | 100 |
| Binary | 10010100 | 10111100 | 10001100 | 10101 | 0 | 11010 | 11010 | 1101110 | 11010 | 1000000 |
Color Harmonies of #94BC8C
Complementary color
Monochromatic Colors of #94BC8C
Black with #94BC8C
Text Example
Text Example
White with #94BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BC8C; }
p { color: rgb(148,188,140); }
H1.HeaderClassName
{
color: #94BC8C;
}
.AnyTagClassName
{
color: #94BC8C;
}
</style>
background-color css
<style>
a { background-color: #94BC8C; }
a { background-color: rgb(148,188,140); }
div.DivClassName
{
background-color: #94BC8C;
}
.BgClassName
{
background-color: #94BC8C;
}
</style>
border-color css
<style>
span { border-color: #94BC8C; }
span { border-color: rgb(148,188,140); }
td.TdClassName
{
border-color: #94BC8C;
}
.TagClassName
{
border-color: #94BC8C;
}
</style>