Shades of Dark Sea Green #92BF8A
Tints of Dark Sea Green #92BF8A
RGB
CMYK
RGB Variations
Color information
#92BF8A (or 0x92BF8A) is known color: Dark Sea Green. HEX triplet: 92, BF and 8A. RGB value is (146,191,138). Sum of RGB (Red+Green+Blue) = 146+191+138=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BF8A is #6D4075. Grayscale: #ABABAB. Windows color (decimal): -7159926 or 9093010. OLE color: 9093010.
HSL color Cylindrical-coordinate representation of color #92BF8A: hue angle of 110.94º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92BF8A is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 191 | 138 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.25 |
| HSL | 110.94º | 0.29% | 0.65% | - |
| HSV(B) | 110.94º | 0.28% | 0.75% | - |
| XYZ | 35.07 | 45.21 | 30.92 | - |
| YUV | 171.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 138 | 0.24 | 0 | 0.28 | 0.25 | 110.94 | 0.29 | 0.65 |
| Hex | 92 | BF | 8A | 18 | 0 | 1C | 19 | 6F | 1D | 41 |
| Octal | 222 | 277 | 212 | 30 | 0 | 34 | 31 | 157 | 35 | 101 |
| Binary | 10010010 | 10111111 | 10001010 | 11000 | 0 | 11100 | 11001 | 1101111 | 11101 | 1000001 |
Color Harmonies of #92BF8A
Complementary color
Monochromatic Colors of #92BF8A
Black with #92BF8A
Text Example
Text Example
White with #92BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BF8A; }
p { color: rgb(146,191,138); }
H1.HeaderClassName
{
color: #92BF8A;
}
.AnyTagClassName
{
color: #92BF8A;
}
</style>
background-color css
<style>
a { background-color: #92BF8A; }
a { background-color: rgb(146,191,138); }
div.DivClassName
{
background-color: #92BF8A;
}
.BgClassName
{
background-color: #92BF8A;
}
</style>
border-color css
<style>
span { border-color: #92BF8A; }
span { border-color: rgb(146,191,138); }
td.TdClassName
{
border-color: #92BF8A;
}
.TagClassName
{
border-color: #92BF8A;
}
</style>