Shades of Dark Sea Green #94BE88
Tints of Dark Sea Green #94BE88
RGB
CMYK
RGB Variations
Color information
#94BE88 (or 0x94BE88) is known color: Dark Sea Green. HEX triplet: 94, BE and 88. RGB value is (148,190,136). Sum of RGB (Red+Green+Blue) = 148+190+136=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BE88 is #6B4177. Grayscale: #ABABAB. Windows color (decimal): -7029112 or 8961684. OLE color: 8961684.
HSL color Cylindrical-coordinate representation of color #94BE88: hue angle of 106.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94BE88 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 190 | 136 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.25 |
| HSL | 106.67º | 0.29% | 0.64% | - |
| HSV(B) | 106.67º | 0.28% | 0.75% | - |
| XYZ | 35.07 | 44.9 | 30.11 | - |
| YUV | 171.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 190 | 136 | 0.22 | 0 | 0.28 | 0.25 | 106.67 | 0.29 | 0.64 |
| Hex | 94 | BE | 88 | 16 | 0 | 1C | 19 | 6B | 1D | 40 |
| Octal | 224 | 276 | 210 | 26 | 0 | 34 | 31 | 153 | 35 | 100 |
| Binary | 10010100 | 10111110 | 10001000 | 10110 | 0 | 11100 | 11001 | 1101011 | 11101 | 1000000 |
Color Harmonies of #94BE88
Complementary color
Monochromatic Colors of #94BE88
Black with #94BE88
Text Example
Text Example
White with #94BE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BE88; }
p { color: rgb(148,190,136); }
H1.HeaderClassName
{
color: #94BE88;
}
.AnyTagClassName
{
color: #94BE88;
}
</style>
background-color css
<style>
a { background-color: #94BE88; }
a { background-color: rgb(148,190,136); }
div.DivClassName
{
background-color: #94BE88;
}
.BgClassName
{
background-color: #94BE88;
}
</style>
border-color css
<style>
span { border-color: #94BE88; }
span { border-color: rgb(148,190,136); }
td.TdClassName
{
border-color: #94BE88;
}
.TagClassName
{
border-color: #94BE88;
}
</style>