Shades of Dark Sea Green #92C08F
Tints of Dark Sea Green #92C08F
RGB
CMYK
RGB Variations
Color information
#92C08F (or 0x92C08F) is known color: Dark Sea Green. HEX triplet: 92, C0 and 8F. RGB value is (146,192,143). Sum of RGB (Red+Green+Blue) = 146+192+143=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #92C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C08F is #6D3F70. Grayscale: #ACACAC. Windows color (decimal): -7159665 or 9420946. OLE color: 9420946.
HSL color Cylindrical-coordinate representation of color #92C08F: hue angle of 116.33º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C08F is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 143 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.25 |
| HSL | 116.33º | 0.28% | 0.66% | - |
| HSV(B) | 116.33º | 0.26% | 0.75% | - |
| XYZ | 35.66 | 45.79 | 32.95 | - |
| YUV | 172.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 143 | 0.24 | 0 | 0.26 | 0.25 | 116.33 | 0.28 | 0.66 |
| Hex | 92 | C0 | 8F | 18 | 0 | 1A | 19 | 74 | 1C | 42 |
| Octal | 222 | 300 | 217 | 30 | 0 | 32 | 31 | 164 | 34 | 102 |
| Binary | 10010010 | 11000000 | 10001111 | 11000 | 0 | 11010 | 11001 | 1110100 | 11100 | 1000010 |
Color Harmonies of #92C08F
Complementary color
Monochromatic Colors of #92C08F
Black with #92C08F
Text Example
Text Example
White with #92C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C08F; }
p { color: rgb(146,192,143); }
H1.HeaderClassName
{
color: #92C08F;
}
.AnyTagClassName
{
color: #92C08F;
}
</style>
background-color css
<style>
a { background-color: #92C08F; }
a { background-color: rgb(146,192,143); }
div.DivClassName
{
background-color: #92C08F;
}
.BgClassName
{
background-color: #92C08F;
}
</style>
border-color css
<style>
span { border-color: #92C08F; }
span { border-color: rgb(146,192,143); }
td.TdClassName
{
border-color: #92C08F;
}
.TagClassName
{
border-color: #92C08F;
}
</style>