Shades of Dark Sea Green #92CA98
Tints of Dark Sea Green #92CA98
RGB
CMYK
RGB Variations
Color information
#92CA98 (or 0x92CA98) is known color: Dark Sea Green. HEX triplet: 92, CA and 98. RGB value is (146,202,152). Sum of RGB (Red+Green+Blue) = 146+202+152=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA98 is #6D3567. Grayscale: #B3B3B3. Windows color (decimal): -7157096 or 10013330. OLE color: 10013330.
HSL color Cylindrical-coordinate representation of color #92CA98: hue angle of 126.43º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CA98 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 152 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.21 |
| HSL | 126.43º | 0.35% | 0.68% | - |
| HSV(B) | 126.43º | 0.28% | 0.79% | - |
| XYZ | 38.64 | 50.62 | 37.44 | - |
| YUV | 179.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 152 | 0.28 | 0 | 0.25 | 0.21 | 126.43 | 0.35 | 0.68 |
| Hex | 92 | CA | 98 | 1C | 0 | 19 | 15 | 7E | 23 | 44 |
| Octal | 222 | 312 | 230 | 34 | 0 | 31 | 25 | 176 | 43 | 104 |
| Binary | 10010010 | 11001010 | 10011000 | 11100 | 0 | 11001 | 10101 | 1111110 | 100011 | 1000100 |
Color Harmonies of #92CA98
Complementary color
Monochromatic Colors of #92CA98
Black with #92CA98
Text Example
Text Example
White with #92CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA98; }
p { color: rgb(146,202,152); }
H1.HeaderClassName
{
color: #92CA98;
}
.AnyTagClassName
{
color: #92CA98;
}
</style>
background-color css
<style>
a { background-color: #92CA98; }
a { background-color: rgb(146,202,152); }
div.DivClassName
{
background-color: #92CA98;
}
.BgClassName
{
background-color: #92CA98;
}
</style>
border-color css
<style>
span { border-color: #92CA98; }
span { border-color: rgb(146,202,152); }
td.TdClassName
{
border-color: #92CA98;
}
.TagClassName
{
border-color: #92CA98;
}
</style>