Shades of Dark Sea Green #95C398
Tints of Dark Sea Green #95C398
RGB
CMYK
RGB Variations
Color information
#95C398 (or 0x95C398) is known color: Dark Sea Green. HEX triplet: 95, C3 and 98. RGB value is (149,195,152). Sum of RGB (Red+Green+Blue) = 149+195+152=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #95C398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C398 is #6A3C67. Grayscale: #B0B0B0. Windows color (decimal): -6962280 or 10011541. OLE color: 10011541.
HSL color Cylindrical-coordinate representation of color #95C398: hue angle of 123.91º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C398 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 152 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.24 |
| HSL | 123.91º | 0.28% | 0.67% | - |
| HSV(B) | 123.91º | 0.24% | 0.76% | - |
| XYZ | 37.58 | 47.69 | 36.93 | - |
| YUV | 176.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 152 | 0.24 | 0 | 0.22 | 0.24 | 123.91 | 0.28 | 0.67 |
| Hex | 95 | C3 | 98 | 18 | 0 | 16 | 18 | 7C | 1C | 43 |
| Octal | 225 | 303 | 230 | 30 | 0 | 26 | 30 | 174 | 34 | 103 |
| Binary | 10010101 | 11000011 | 10011000 | 11000 | 0 | 10110 | 11000 | 1111100 | 11100 | 1000011 |
Color Harmonies of #95C398
Complementary color
Monochromatic Colors of #95C398
Black with #95C398
Text Example
Text Example
White with #95C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C398; }
p { color: rgb(149,195,152); }
H1.HeaderClassName
{
color: #95C398;
}
.AnyTagClassName
{
color: #95C398;
}
</style>
background-color css
<style>
a { background-color: #95C398; }
a { background-color: rgb(149,195,152); }
div.DivClassName
{
background-color: #95C398;
}
.BgClassName
{
background-color: #95C398;
}
</style>
border-color css
<style>
span { border-color: #95C398; }
span { border-color: rgb(149,195,152); }
td.TdClassName
{
border-color: #95C398;
}
.TagClassName
{
border-color: #95C398;
}
</style>