Shades of Dark Sea Green #95C29B
Tints of Dark Sea Green #95C29B
RGB
CMYK
RGB Variations
Color information
#95C29B (or 0x95C29B) is known color: Dark Sea Green. HEX triplet: 95, C2 and 9B. RGB value is (149,194,155). Sum of RGB (Red+Green+Blue) = 149+194+155=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #95C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C29B is #6A3D64. Grayscale: #B0B0B0. Windows color (decimal): -6962533 or 10207893. OLE color: 10207893.
HSL color Cylindrical-coordinate representation of color #95C29B: hue angle of 128º degrees, saturation: 0.27, 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 #95C29B is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 155 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.24 |
| HSL | 128º | 0.27% | 0.67% | - |
| HSV(B) | 128º | 0.23% | 0.76% | - |
| XYZ | 37.6 | 47.34 | 38.17 | - |
| YUV | 176.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 155 | 0.23 | 0 | 0.20 | 0.24 | 128 | 0.27 | 0.67 |
| Hex | 95 | C2 | 9B | 17 | 0 | 14 | 18 | 80 | 1B | 43 |
| Octal | 225 | 302 | 233 | 27 | 0 | 24 | 30 | 200 | 33 | 103 |
| Binary | 10010101 | 11000010 | 10011011 | 10111 | 0 | 10100 | 11000 | 10000000 | 11011 | 1000011 |
Color Harmonies of #95C29B
Complementary color
Monochromatic Colors of #95C29B
Black with #95C29B
Text Example
Text Example
White with #95C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C29B; }
p { color: rgb(149,194,155); }
H1.HeaderClassName
{
color: #95C29B;
}
.AnyTagClassName
{
color: #95C29B;
}
</style>
background-color css
<style>
a { background-color: #95C29B; }
a { background-color: rgb(149,194,155); }
div.DivClassName
{
background-color: #95C29B;
}
.BgClassName
{
background-color: #95C29B;
}
</style>
border-color css
<style>
span { border-color: #95C29B; }
span { border-color: rgb(149,194,155); }
td.TdClassName
{
border-color: #95C29B;
}
.TagClassName
{
border-color: #95C29B;
}
</style>