Shades of Dark Sea Green #95C598
Tints of Dark Sea Green #95C598
RGB
CMYK
RGB Variations
Color information
#95C598 (or 0x95C598) is known color: Dark Sea Green. HEX triplet: 95, C5 and 98. RGB value is (149,197,152). Sum of RGB (Red+Green+Blue) = 149+197+152=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #95C598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C598 is #6A3A67. Grayscale: #B1B1B1. Windows color (decimal): -6961768 or 10012053. OLE color: 10012053.
HSL color Cylindrical-coordinate representation of color #95C598: hue angle of 123.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C598 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 152 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.23 |
| HSL | 123.75º | 0.29% | 0.68% | - |
| HSV(B) | 123.75º | 0.24% | 0.77% | - |
| XYZ | 38.03 | 48.59 | 37.08 | - |
| YUV | 177.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 152 | 0.24 | 0 | 0.23 | 0.23 | 123.75 | 0.29 | 0.68 |
| Hex | 95 | C5 | 98 | 18 | 0 | 17 | 17 | 7C | 1D | 44 |
| Octal | 225 | 305 | 230 | 30 | 0 | 27 | 27 | 174 | 35 | 104 |
| Binary | 10010101 | 11000101 | 10011000 | 11000 | 0 | 10111 | 10111 | 1111100 | 11101 | 1000100 |
Color Harmonies of #95C598
Complementary color
Monochromatic Colors of #95C598
Black with #95C598
Text Example
Text Example
White with #95C598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C598; }
p { color: rgb(149,197,152); }
H1.HeaderClassName
{
color: #95C598;
}
.AnyTagClassName
{
color: #95C598;
}
</style>
background-color css
<style>
a { background-color: #95C598; }
a { background-color: rgb(149,197,152); }
div.DivClassName
{
background-color: #95C598;
}
.BgClassName
{
background-color: #95C598;
}
</style>
border-color css
<style>
span { border-color: #95C598; }
span { border-color: rgb(149,197,152); }
td.TdClassName
{
border-color: #95C598;
}
.TagClassName
{
border-color: #95C598;
}
</style>