Shades of Dark Sea Green #92C48E
Tints of Dark Sea Green #92C48E
RGB
CMYK
RGB Variations
Color information
#92C48E (or 0x92C48E) is known color: Dark Sea Green. HEX triplet: 92, C4 and 8E. RGB value is (146,196,142). Sum of RGB (Red+Green+Blue) = 146+196+142=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #92C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C48E is #6D3B71. Grayscale: #AFAFAF. Windows color (decimal): -7158642 or 9356434. OLE color: 9356434.
HSL color Cylindrical-coordinate representation of color #92C48E: hue angle of 115.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92C48E is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 142 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.23 |
| HSL | 115.56º | 0.31% | 0.66% | - |
| HSV(B) | 115.56º | 0.28% | 0.77% | - |
| XYZ | 36.48 | 47.54 | 32.85 | - |
| YUV | 174.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 142 | 0.26 | 0 | 0.28 | 0.23 | 115.56 | 0.31 | 0.66 |
| Hex | 92 | C4 | 8E | 1A | 0 | 1C | 17 | 74 | 1F | 42 |
| Octal | 222 | 304 | 216 | 32 | 0 | 34 | 27 | 164 | 37 | 102 |
| Binary | 10010010 | 11000100 | 10001110 | 11010 | 0 | 11100 | 10111 | 1110100 | 11111 | 1000010 |
Color Harmonies of #92C48E
Complementary color
Monochromatic Colors of #92C48E
Black with #92C48E
Text Example
Text Example
White with #92C48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C48E; }
p { color: rgb(146,196,142); }
H1.HeaderClassName
{
color: #92C48E;
}
.AnyTagClassName
{
color: #92C48E;
}
</style>
background-color css
<style>
a { background-color: #92C48E; }
a { background-color: rgb(146,196,142); }
div.DivClassName
{
background-color: #92C48E;
}
.BgClassName
{
background-color: #92C48E;
}
</style>
border-color css
<style>
span { border-color: #92C48E; }
span { border-color: rgb(146,196,142); }
td.TdClassName
{
border-color: #92C48E;
}
.TagClassName
{
border-color: #92C48E;
}
</style>