Shades of Dark Sea Green #95C199
Tints of Dark Sea Green #95C199
RGB
CMYK
RGB Variations
Color information
#95C199 (or 0x95C199) is known color: Dark Sea Green. HEX triplet: 95, C1 and 99. RGB value is (149,193,153). Sum of RGB (Red+Green+Blue) = 149+193+153=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #95C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C199 is #6A3E66. Grayscale: #AFAFAF. Windows color (decimal): -6962791 or 10076565. OLE color: 10076565.
HSL color Cylindrical-coordinate representation of color #95C199: hue angle of 125.45º 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 #95C199 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 153 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.24 |
| HSL | 125.45º | 0.26% | 0.67% | - |
| HSV(B) | 125.45º | 0.23% | 0.76% | - |
| XYZ | 37.21 | 46.83 | 37.21 | - |
| YUV | 175.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 153 | 0.23 | 0 | 0.21 | 0.24 | 125.45 | 0.26 | 0.67 |
| Hex | 95 | C1 | 99 | 17 | 0 | 15 | 18 | 7D | 1A | 43 |
| Octal | 225 | 301 | 231 | 27 | 0 | 25 | 30 | 175 | 32 | 103 |
| Binary | 10010101 | 11000001 | 10011001 | 10111 | 0 | 10101 | 11000 | 1111101 | 11010 | 1000011 |
Color Harmonies of #95C199
Complementary color
Monochromatic Colors of #95C199
Black with #95C199
Text Example
Text Example
White with #95C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C199; }
p { color: rgb(149,193,153); }
H1.HeaderClassName
{
color: #95C199;
}
.AnyTagClassName
{
color: #95C199;
}
</style>
background-color css
<style>
a { background-color: #95C199; }
a { background-color: rgb(149,193,153); }
div.DivClassName
{
background-color: #95C199;
}
.BgClassName
{
background-color: #95C199;
}
</style>
border-color css
<style>
span { border-color: #95C199; }
span { border-color: rgb(149,193,153); }
td.TdClassName
{
border-color: #95C199;
}
.TagClassName
{
border-color: #95C199;
}
</style>