Shades of Dark Sea Green #92BF8D
Tints of Dark Sea Green #92BF8D
RGB
CMYK
RGB Variations
Color information
#92BF8D (or 0x92BF8D) is known color: Dark Sea Green. HEX triplet: 92, BF and 8D. RGB value is (146,191,141). Sum of RGB (Red+Green+Blue) = 146+191+141=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BF8D is #6D4072. Grayscale: #ACACAC. Windows color (decimal): -7159923 or 9289618. OLE color: 9289618.
HSL color Cylindrical-coordinate representation of color #92BF8D: hue angle of 114º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92BF8D is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 191 | 141 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.25 |
| HSL | 114º | 0.28% | 0.65% | - |
| HSV(B) | 114º | 0.26% | 0.75% | - |
| XYZ | 35.29 | 45.3 | 32.08 | - |
| YUV | 171.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 141 | 0.24 | 0 | 0.26 | 0.25 | 114 | 0.28 | 0.65 |
| Hex | 92 | BF | 8D | 18 | 0 | 1A | 19 | 72 | 1C | 41 |
| Octal | 222 | 277 | 215 | 30 | 0 | 32 | 31 | 162 | 34 | 101 |
| Binary | 10010010 | 10111111 | 10001101 | 11000 | 0 | 11010 | 11001 | 1110010 | 11100 | 1000001 |
Color Harmonies of #92BF8D
Complementary color
Monochromatic Colors of #92BF8D
Black with #92BF8D
Text Example
Text Example
White with #92BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BF8D; }
p { color: rgb(146,191,141); }
H1.HeaderClassName
{
color: #92BF8D;
}
.AnyTagClassName
{
color: #92BF8D;
}
</style>
background-color css
<style>
a { background-color: #92BF8D; }
a { background-color: rgb(146,191,141); }
div.DivClassName
{
background-color: #92BF8D;
}
.BgClassName
{
background-color: #92BF8D;
}
</style>
border-color css
<style>
span { border-color: #92BF8D; }
span { border-color: rgb(146,191,141); }
td.TdClassName
{
border-color: #92BF8D;
}
.TagClassName
{
border-color: #92BF8D;
}
</style>