Shades of Dark Sea Green #95C19A
Tints of Dark Sea Green #95C19A
RGB
CMYK
RGB Variations
Color information
#95C19A (or 0x95C19A) is known color: Dark Sea Green. HEX triplet: 95, C1 and 9A. RGB value is (149,193,154). Sum of RGB (Red+Green+Blue) = 149+193+154=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #95C19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C19A is #6A3E65. Grayscale: #AFAFAF. Windows color (decimal): -6962790 or 10142101. OLE color: 10142101.
HSL color Cylindrical-coordinate representation of color #95C19A: hue angle of 126.82º degrees, saturation: 0.26, 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 #95C19A is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 154 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.24 |
| HSL | 126.82º | 0.26% | 0.67% | - |
| HSV(B) | 126.82º | 0.23% | 0.76% | - |
| XYZ | 37.3 | 46.86 | 37.65 | - |
| YUV | 175.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 154 | 0.23 | 0 | 0.20 | 0.24 | 126.82 | 0.26 | 0.67 |
| Hex | 95 | C1 | 9A | 17 | 0 | 14 | 18 | 7F | 1A | 43 |
| Octal | 225 | 301 | 232 | 27 | 0 | 24 | 30 | 177 | 32 | 103 |
| Binary | 10010101 | 11000001 | 10011010 | 10111 | 0 | 10100 | 11000 | 1111111 | 11010 | 1000011 |
Color Harmonies of #95C19A
Complementary color
Monochromatic Colors of #95C19A
Black with #95C19A
Text Example
Text Example
White with #95C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C19A; }
p { color: rgb(149,193,154); }
H1.HeaderClassName
{
color: #95C19A;
}
.AnyTagClassName
{
color: #95C19A;
}
</style>
background-color css
<style>
a { background-color: #95C19A; }
a { background-color: rgb(149,193,154); }
div.DivClassName
{
background-color: #95C19A;
}
.BgClassName
{
background-color: #95C19A;
}
</style>
border-color css
<style>
span { border-color: #95C19A; }
span { border-color: rgb(149,193,154); }
td.TdClassName
{
border-color: #95C19A;
}
.TagClassName
{
border-color: #95C19A;
}
</style>