Shades of Dark Sea Green #95C594
Tints of Dark Sea Green #95C594
RGB
CMYK
RGB Variations
Color information
#95C594 (or 0x95C594) is known color: Dark Sea Green. HEX triplet: 95, C5 and 94. RGB value is (149,197,148). Sum of RGB (Red+Green+Blue) = 149+197+148=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #95C594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C594 is #6A3A6B. Grayscale: #B1B1B1. Windows color (decimal): -6961772 or 9749909. OLE color: 9749909.
HSL color Cylindrical-coordinate representation of color #95C594: hue angle of 118.78º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C594 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 148 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.23 |
| HSL | 118.78º | 0.3% | 0.68% | - |
| HSV(B) | 118.78º | 0.25% | 0.77% | - |
| XYZ | 37.71 | 48.46 | 35.38 | - |
| YUV | 177.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 148 | 0.24 | 0 | 0.25 | 0.23 | 118.78 | 0.3 | 0.68 |
| Hex | 95 | C5 | 94 | 18 | 0 | 19 | 17 | 77 | 1E | 44 |
| Octal | 225 | 305 | 224 | 30 | 0 | 31 | 27 | 167 | 36 | 104 |
| Binary | 10010101 | 11000101 | 10010100 | 11000 | 0 | 11001 | 10111 | 1110111 | 11110 | 1000100 |
Color Harmonies of #95C594
Complementary color
Monochromatic Colors of #95C594
Black with #95C594
Text Example
Text Example
White with #95C594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C594; }
p { color: rgb(149,197,148); }
H1.HeaderClassName
{
color: #95C594;
}
.AnyTagClassName
{
color: #95C594;
}
</style>
background-color css
<style>
a { background-color: #95C594; }
a { background-color: rgb(149,197,148); }
div.DivClassName
{
background-color: #95C594;
}
.BgClassName
{
background-color: #95C594;
}
</style>
border-color css
<style>
span { border-color: #95C594; }
span { border-color: rgb(149,197,148); }
td.TdClassName
{
border-color: #95C594;
}
.TagClassName
{
border-color: #95C594;
}
</style>