Shades of Dark Sea Green #95C293
Tints of Dark Sea Green #95C293
RGB
CMYK
RGB Variations
Color information
#95C293 (or 0x95C293) is known color: Dark Sea Green. HEX triplet: 95, C2 and 93. RGB value is (149,194,147). Sum of RGB (Red+Green+Blue) = 149+194+147=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #95C293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C293 is #6A3D6C. Grayscale: #AFAFAF. Windows color (decimal): -6962541 or 9683605. OLE color: 9683605.
HSL color Cylindrical-coordinate representation of color #95C293: hue angle of 117.45º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C293 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 147 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.24 |
| HSL | 117.45º | 0.28% | 0.67% | - |
| HSV(B) | 117.45º | 0.24% | 0.76% | - |
| XYZ | 36.95 | 47.08 | 34.74 | - |
| YUV | 175.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 147 | 0.23 | 0 | 0.24 | 0.24 | 117.45 | 0.28 | 0.67 |
| Hex | 95 | C2 | 93 | 17 | 0 | 18 | 18 | 75 | 1C | 43 |
| Octal | 225 | 302 | 223 | 27 | 0 | 30 | 30 | 165 | 34 | 103 |
| Binary | 10010101 | 11000010 | 10010011 | 10111 | 0 | 11000 | 11000 | 1110101 | 11100 | 1000011 |
Color Harmonies of #95C293
Complementary color
Monochromatic Colors of #95C293
Black with #95C293
Text Example
Text Example
White with #95C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C293; }
p { color: rgb(149,194,147); }
H1.HeaderClassName
{
color: #95C293;
}
.AnyTagClassName
{
color: #95C293;
}
</style>
background-color css
<style>
a { background-color: #95C293; }
a { background-color: rgb(149,194,147); }
div.DivClassName
{
background-color: #95C293;
}
.BgClassName
{
background-color: #95C293;
}
</style>
border-color css
<style>
span { border-color: #95C293; }
span { border-color: rgb(149,194,147); }
td.TdClassName
{
border-color: #95C293;
}
.TagClassName
{
border-color: #95C293;
}
</style>