Shades of Dark Sea Green #95C58C
Tints of Dark Sea Green #95C58C
RGB
CMYK
RGB Variations
Color information
#95C58C (or 0x95C58C) is known color: Dark Sea Green. HEX triplet: 95, C5 and 8C. RGB value is (149,197,140). Sum of RGB (Red+Green+Blue) = 149+197+140=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #95C58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C58C is #6A3A73. Grayscale: #B0B0B0. Windows color (decimal): -6961780 or 9225621. OLE color: 9225621.
HSL color Cylindrical-coordinate representation of color #95C58C: hue angle of 110.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95C58C is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 140 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.23 |
| HSL | 110.53º | 0.33% | 0.66% | - |
| HSV(B) | 110.53º | 0.29% | 0.77% | - |
| XYZ | 37.09 | 48.22 | 32.16 | - |
| YUV | 176.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 140 | 0.24 | 0 | 0.29 | 0.23 | 110.53 | 0.33 | 0.66 |
| Hex | 95 | C5 | 8C | 18 | 0 | 1D | 17 | 6F | 21 | 42 |
| Octal | 225 | 305 | 214 | 30 | 0 | 35 | 27 | 157 | 41 | 102 |
| Binary | 10010101 | 11000101 | 10001100 | 11000 | 0 | 11101 | 10111 | 1101111 | 100001 | 1000010 |
Color Harmonies of #95C58C
Complementary color
Monochromatic Colors of #95C58C
Black with #95C58C
Text Example
Text Example
White with #95C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C58C; }
p { color: rgb(149,197,140); }
H1.HeaderClassName
{
color: #95C58C;
}
.AnyTagClassName
{
color: #95C58C;
}
</style>
background-color css
<style>
a { background-color: #95C58C; }
a { background-color: rgb(149,197,140); }
div.DivClassName
{
background-color: #95C58C;
}
.BgClassName
{
background-color: #95C58C;
}
</style>
border-color css
<style>
span { border-color: #95C58C; }
span { border-color: rgb(149,197,140); }
td.TdClassName
{
border-color: #95C58C;
}
.TagClassName
{
border-color: #95C58C;
}
</style>