Shades of Dark Sea Green #92C98F
Tints of Dark Sea Green #92C98F
RGB
CMYK
RGB Variations
Color information
#92C98F (or 0x92C98F) is known color: Dark Sea Green. HEX triplet: 92, C9 and 8F. RGB value is (146,201,143). Sum of RGB (Red+Green+Blue) = 146+201+143=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #92C98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C98F is #6D3670. Grayscale: #B2B2B2. Windows color (decimal): -7157361 or 9423250. OLE color: 9423250.
HSL color Cylindrical-coordinate representation of color #92C98F: hue angle of 116.9º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92C98F is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 143 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.21 |
| HSL | 116.9º | 0.35% | 0.67% | - |
| HSV(B) | 116.9º | 0.29% | 0.79% | - |
| XYZ | 37.7 | 49.87 | 33.63 | - |
| YUV | 177.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 143 | 0.27 | 0 | 0.29 | 0.21 | 116.9 | 0.35 | 0.67 |
| Hex | 92 | C9 | 8F | 1B | 0 | 1D | 15 | 75 | 23 | 43 |
| Octal | 222 | 311 | 217 | 33 | 0 | 35 | 25 | 165 | 43 | 103 |
| Binary | 10010010 | 11001001 | 10001111 | 11011 | 0 | 11101 | 10101 | 1110101 | 100011 | 1000011 |
Color Harmonies of #92C98F
Complementary color
Monochromatic Colors of #92C98F
Black with #92C98F
Text Example
Text Example
White with #92C98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C98F; }
p { color: rgb(146,201,143); }
H1.HeaderClassName
{
color: #92C98F;
}
.AnyTagClassName
{
color: #92C98F;
}
</style>
background-color css
<style>
a { background-color: #92C98F; }
a { background-color: rgb(146,201,143); }
div.DivClassName
{
background-color: #92C98F;
}
.BgClassName
{
background-color: #92C98F;
}
</style>
border-color css
<style>
span { border-color: #92C98F; }
span { border-color: rgb(146,201,143); }
td.TdClassName
{
border-color: #92C98F;
}
.TagClassName
{
border-color: #92C98F;
}
</style>