Shades of Dark Sea Green #92CA8D
Tints of Dark Sea Green #92CA8D
RGB
CMYK
RGB Variations
Color information
#92CA8D (or 0x92CA8D) is known color: Dark Sea Green. HEX triplet: 92, CA and 8D. RGB value is (146,202,141). Sum of RGB (Red+Green+Blue) = 146+202+141=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA8D is #6D3572. Grayscale: #B2B2B2. Windows color (decimal): -7157107 or 9292434. OLE color: 9292434.
HSL color Cylindrical-coordinate representation of color #92CA8D: hue angle of 115.08º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92CA8D is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 141 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.21 |
| HSL | 115.08º | 0.37% | 0.67% | - |
| HSV(B) | 115.08º | 0.3% | 0.79% | - |
| XYZ | 37.78 | 50.28 | 32.91 | - |
| YUV | 178.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 141 | 0.28 | 0 | 0.30 | 0.21 | 115.08 | 0.37 | 0.67 |
| Hex | 92 | CA | 8D | 1C | 0 | 1E | 15 | 73 | 25 | 43 |
| Octal | 222 | 312 | 215 | 34 | 0 | 36 | 25 | 163 | 45 | 103 |
| Binary | 10010010 | 11001010 | 10001101 | 11100 | 0 | 11110 | 10101 | 1110011 | 100101 | 1000011 |
Color Harmonies of #92CA8D
Complementary color
Monochromatic Colors of #92CA8D
Black with #92CA8D
Text Example
Text Example
White with #92CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA8D; }
p { color: rgb(146,202,141); }
H1.HeaderClassName
{
color: #92CA8D;
}
.AnyTagClassName
{
color: #92CA8D;
}
</style>
background-color css
<style>
a { background-color: #92CA8D; }
a { background-color: rgb(146,202,141); }
div.DivClassName
{
background-color: #92CA8D;
}
.BgClassName
{
background-color: #92CA8D;
}
</style>
border-color css
<style>
span { border-color: #92CA8D; }
span { border-color: rgb(146,202,141); }
td.TdClassName
{
border-color: #92CA8D;
}
.TagClassName
{
border-color: #92CA8D;
}
</style>