Shades of Dark Sea Green #95C38C
Tints of Dark Sea Green #95C38C
RGB
CMYK
RGB Variations
Color information
#95C38C (or 0x95C38C) is known color: Dark Sea Green. HEX triplet: 95, C3 and 8C. RGB value is (149,195,140). Sum of RGB (Red+Green+Blue) = 149+195+140=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #95C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C38C is #6A3C73. Grayscale: #AFAFAF. Windows color (decimal): -6962292 or 9225109. OLE color: 9225109.
HSL color Cylindrical-coordinate representation of color #95C38C: hue angle of 110.18º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95C38C is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 140 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.24 |
| HSL | 110.18º | 0.31% | 0.66% | - |
| HSV(B) | 110.18º | 0.28% | 0.76% | - |
| XYZ | 36.64 | 47.31 | 32.01 | - |
| YUV | 174.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 140 | 0.24 | 0 | 0.28 | 0.24 | 110.18 | 0.31 | 0.66 |
| Hex | 95 | C3 | 8C | 18 | 0 | 1C | 18 | 6E | 1F | 42 |
| Octal | 225 | 303 | 214 | 30 | 0 | 34 | 30 | 156 | 37 | 102 |
| Binary | 10010101 | 11000011 | 10001100 | 11000 | 0 | 11100 | 11000 | 1101110 | 11111 | 1000010 |
Color Harmonies of #95C38C
Complementary color
Monochromatic Colors of #95C38C
Black with #95C38C
Text Example
Text Example
White with #95C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C38C; }
p { color: rgb(149,195,140); }
H1.HeaderClassName
{
color: #95C38C;
}
.AnyTagClassName
{
color: #95C38C;
}
</style>
background-color css
<style>
a { background-color: #95C38C; }
a { background-color: rgb(149,195,140); }
div.DivClassName
{
background-color: #95C38C;
}
.BgClassName
{
background-color: #95C38C;
}
</style>
border-color css
<style>
span { border-color: #95C38C; }
span { border-color: rgb(149,195,140); }
td.TdClassName
{
border-color: #95C38C;
}
.TagClassName
{
border-color: #95C38C;
}
</style>