Shades of Dark Sea Green #95C390
Tints of Dark Sea Green #95C390
RGB
CMYK
RGB Variations
Color information
#95C390 (or 0x95C390) is known color: Dark Sea Green. HEX triplet: 95, C3 and 90. RGB value is (149,195,144). Sum of RGB (Red+Green+Blue) = 149+195+144=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #95C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C390 is #6A3C6F. Grayscale: #AFAFAF. Windows color (decimal): -6962288 or 9487253. OLE color: 9487253.
HSL color Cylindrical-coordinate representation of color #95C390: hue angle of 114.12º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95C390 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 144 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.24 |
| HSL | 114.12º | 0.3% | 0.66% | - |
| HSV(B) | 114.12º | 0.26% | 0.76% | - |
| XYZ | 36.94 | 47.43 | 33.59 | - |
| YUV | 175.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 144 | 0.24 | 0 | 0.26 | 0.24 | 114.12 | 0.3 | 0.66 |
| Hex | 95 | C3 | 90 | 18 | 0 | 1A | 18 | 72 | 1E | 42 |
| Octal | 225 | 303 | 220 | 30 | 0 | 32 | 30 | 162 | 36 | 102 |
| Binary | 10010101 | 11000011 | 10010000 | 11000 | 0 | 11010 | 11000 | 1110010 | 11110 | 1000010 |
Color Harmonies of #95C390
Complementary color
Monochromatic Colors of #95C390
Black with #95C390
Text Example
Text Example
White with #95C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C390; }
p { color: rgb(149,195,144); }
H1.HeaderClassName
{
color: #95C390;
}
.AnyTagClassName
{
color: #95C390;
}
</style>
background-color css
<style>
a { background-color: #95C390; }
a { background-color: rgb(149,195,144); }
div.DivClassName
{
background-color: #95C390;
}
.BgClassName
{
background-color: #95C390;
}
</style>
border-color css
<style>
span { border-color: #95C390; }
span { border-color: rgb(149,195,144); }
td.TdClassName
{
border-color: #95C390;
}
.TagClassName
{
border-color: #95C390;
}
</style>