Shades of Dark Sea Green #94BF9A
Tints of Dark Sea Green #94BF9A
RGB
CMYK
RGB Variations
Color information
#94BF9A (or 0x94BF9A) is known color: Dark Sea Green. HEX triplet: 94, BF and 9A. RGB value is (148,191,154). Sum of RGB (Red+Green+Blue) = 148+191+154=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BF9A is #6B4065. Grayscale: #AEAEAE. Windows color (decimal): -7028838 or 10141588. OLE color: 10141588.
HSL color Cylindrical-coordinate representation of color #94BF9A: hue angle of 128.37º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BF9A is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 154 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.25 |
| HSL | 128.37º | 0.25% | 0.66% | - |
| HSV(B) | 128.37º | 0.23% | 0.75% | - |
| XYZ | 36.68 | 45.89 | 37.5 | - |
| YUV | 173.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 154 | 0.23 | 0 | 0.19 | 0.25 | 128.37 | 0.25 | 0.66 |
| Hex | 94 | BF | 9A | 17 | 0 | 13 | 19 | 80 | 19 | 42 |
| Octal | 224 | 277 | 232 | 27 | 0 | 23 | 31 | 200 | 31 | 102 |
| Binary | 10010100 | 10111111 | 10011010 | 10111 | 0 | 10011 | 11001 | 10000000 | 11001 | 1000010 |
Color Harmonies of #94BF9A
Complementary color
Monochromatic Colors of #94BF9A
Black with #94BF9A
Text Example
Text Example
White with #94BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BF9A; }
p { color: rgb(148,191,154); }
H1.HeaderClassName
{
color: #94BF9A;
}
.AnyTagClassName
{
color: #94BF9A;
}
</style>
background-color css
<style>
a { background-color: #94BF9A; }
a { background-color: rgb(148,191,154); }
div.DivClassName
{
background-color: #94BF9A;
}
.BgClassName
{
background-color: #94BF9A;
}
</style>
border-color css
<style>
span { border-color: #94BF9A; }
span { border-color: rgb(148,191,154); }
td.TdClassName
{
border-color: #94BF9A;
}
.TagClassName
{
border-color: #94BF9A;
}
</style>