Shades of Shadow Green #95CAC0
Tints of Shadow Green #95CAC0
RGB
CMYK
RGB Variations
Color information
#95CAC0 (or 0x95CAC0) is known color: Shadow Green. HEX triplet: 95, CA and C0. RGB value is (149,202,192). Sum of RGB (Red+Green+Blue) = 149+202+192=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CAC0 is #6A353F. Grayscale: #B9B9B9. Windows color (decimal): -6960448 or 12634773. OLE color: 12634773.
HSL color Cylindrical-coordinate representation of color #95CAC0: hue angle of 168.68º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95CAC0 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 202 | 192 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.21 |
| HSL | 168.68º | 0.33% | 0.69% | - |
| HSV(B) | 168.68º | 0.26% | 0.79% | - |
| XYZ | 43.03 | 52.44 | 57.72 | - |
| YUV | 185.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 192 | 0.26 | 0 | 0.05 | 0.21 | 168.68 | 0.33 | 0.69 |
| Hex | 95 | CA | C0 | 1A | 0 | 5 | 15 | A9 | 21 | 45 |
| Octal | 225 | 312 | 300 | 32 | 0 | 5 | 25 | 251 | 41 | 105 |
| Binary | 10010101 | 11001010 | 11000000 | 11010 | 0 | 101 | 10101 | 10101001 | 100001 | 1000101 |
Color Harmonies of #95CAC0
Complementary color
Monochromatic Colors of #95CAC0
Black with #95CAC0
Text Example
Text Example
White with #95CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CAC0; }
p { color: rgb(149,202,192); }
H1.HeaderClassName
{
color: #95CAC0;
}
.AnyTagClassName
{
color: #95CAC0;
}
</style>
background-color css
<style>
a { background-color: #95CAC0; }
a { background-color: rgb(149,202,192); }
div.DivClassName
{
background-color: #95CAC0;
}
.BgClassName
{
background-color: #95CAC0;
}
</style>
border-color css
<style>
span { border-color: #95CAC0; }
span { border-color: rgb(149,202,192); }
td.TdClassName
{
border-color: #95CAC0;
}
.TagClassName
{
border-color: #95CAC0;
}
</style>