Shades of Dark Sea Green #95C298
Tints of Dark Sea Green #95C298
RGB
CMYK
RGB Variations
Color information
#95C298 (or 0x95C298) is known color: Dark Sea Green. HEX triplet: 95, C2 and 98. RGB value is (149,194,152). Sum of RGB (Red+Green+Blue) = 149+194+152=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #95C298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C298 is #6A3D67. Grayscale: #AFAFAF. Windows color (decimal): -6962536 or 10011285. OLE color: 10011285.
HSL color Cylindrical-coordinate representation of color #95C298: hue angle of 124º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C298 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 152 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.24 |
| HSL | 124º | 0.27% | 0.67% | - |
| HSV(B) | 124º | 0.23% | 0.76% | - |
| XYZ | 37.35 | 47.24 | 36.86 | - |
| YUV | 175.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 152 | 0.23 | 0 | 0.22 | 0.24 | 124 | 0.27 | 0.67 |
| Hex | 95 | C2 | 98 | 17 | 0 | 16 | 18 | 7C | 1B | 43 |
| Octal | 225 | 302 | 230 | 27 | 0 | 26 | 30 | 174 | 33 | 103 |
| Binary | 10010101 | 11000010 | 10011000 | 10111 | 0 | 10110 | 11000 | 1111100 | 11011 | 1000011 |
Color Harmonies of #95C298
Complementary color
Monochromatic Colors of #95C298
Black with #95C298
Text Example
Text Example
White with #95C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C298; }
p { color: rgb(149,194,152); }
H1.HeaderClassName
{
color: #95C298;
}
.AnyTagClassName
{
color: #95C298;
}
</style>
background-color css
<style>
a { background-color: #95C298; }
a { background-color: rgb(149,194,152); }
div.DivClassName
{
background-color: #95C298;
}
.BgClassName
{
background-color: #95C298;
}
</style>
border-color css
<style>
span { border-color: #95C298; }
span { border-color: rgb(149,194,152); }
td.TdClassName
{
border-color: #95C298;
}
.TagClassName
{
border-color: #95C298;
}
</style>