Shades of Dark Sea Green #92CA8C
Tints of Dark Sea Green #92CA8C
RGB
CMYK
RGB Variations
Color information
#92CA8C (or 0x92CA8C) is known color: Dark Sea Green. HEX triplet: 92, CA and 8C. RGB value is (146,202,140). Sum of RGB (Red+Green+Blue) = 146+202+140=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA8C is #6D3573. Grayscale: #B2B2B2. Windows color (decimal): -7157108 or 9226898. OLE color: 9226898.
HSL color Cylindrical-coordinate representation of color #92CA8C: hue angle of 114.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92CA8C is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 140 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.21 |
| HSL | 114.19º | 0.37% | 0.67% | - |
| HSV(B) | 114.19º | 0.31% | 0.79% | - |
| XYZ | 37.71 | 50.25 | 32.52 | - |
| YUV | 178.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 140 | 0.28 | 0 | 0.31 | 0.21 | 114.19 | 0.37 | 0.67 |
| Hex | 92 | CA | 8C | 1C | 0 | 1F | 15 | 72 | 25 | 43 |
| Octal | 222 | 312 | 214 | 34 | 0 | 37 | 25 | 162 | 45 | 103 |
| Binary | 10010010 | 11001010 | 10001100 | 11100 | 0 | 11111 | 10101 | 1110010 | 100101 | 1000011 |
Color Harmonies of #92CA8C
Complementary color
Monochromatic Colors of #92CA8C
Black with #92CA8C
Text Example
Text Example
White with #92CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA8C; }
p { color: rgb(146,202,140); }
H1.HeaderClassName
{
color: #92CA8C;
}
.AnyTagClassName
{
color: #92CA8C;
}
</style>
background-color css
<style>
a { background-color: #92CA8C; }
a { background-color: rgb(146,202,140); }
div.DivClassName
{
background-color: #92CA8C;
}
.BgClassName
{
background-color: #92CA8C;
}
</style>
border-color css
<style>
span { border-color: #92CA8C; }
span { border-color: rgb(146,202,140); }
td.TdClassName
{
border-color: #92CA8C;
}
.TagClassName
{
border-color: #92CA8C;
}
</style>