Shades of Shadow Green #90C3C0
Tints of Shadow Green #90C3C0
RGB
CMYK
RGB Variations
Color information
#90C3C0 (or 0x90C3C0) is known color: Shadow Green. HEX triplet: 90, C3 and C0. RGB value is (144,195,192). Sum of RGB (Red+Green+Blue) = 144+195+192=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #90C3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C3C0 is #6F3C3F. Grayscale: #B3B3B3. Windows color (decimal): -7289920 or 12632976. OLE color: 12632976.
HSL color Cylindrical-coordinate representation of color #90C3C0: hue angle of 176.47º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90C3C0 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 192 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.24 |
| HSL | 176.47º | 0.3% | 0.66% | - |
| HSV(B) | 176.47º | 0.26% | 0.76% | - |
| XYZ | 40.53 | 48.77 | 57.15 | - |
| YUV | 179.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 192 | 0.26 | 0 | 0.02 | 0.24 | 176.47 | 0.3 | 0.66 |
| Hex | 90 | C3 | C0 | 1A | 0 | 2 | 18 | B0 | 1E | 42 |
| Octal | 220 | 303 | 300 | 32 | 0 | 2 | 30 | 260 | 36 | 102 |
| Binary | 10010000 | 11000011 | 11000000 | 11010 | 0 | 10 | 11000 | 10110000 | 11110 | 1000010 |
Color Harmonies of #90C3C0
Complementary color
Monochromatic Colors of #90C3C0
Black with #90C3C0
Text Example
Text Example
White with #90C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C3C0; }
p { color: rgb(144,195,192); }
H1.HeaderClassName
{
color: #90C3C0;
}
.AnyTagClassName
{
color: #90C3C0;
}
</style>
background-color css
<style>
a { background-color: #90C3C0; }
a { background-color: rgb(144,195,192); }
div.DivClassName
{
background-color: #90C3C0;
}
.BgClassName
{
background-color: #90C3C0;
}
</style>
border-color css
<style>
span { border-color: #90C3C0; }
span { border-color: rgb(144,195,192); }
td.TdClassName
{
border-color: #90C3C0;
}
.TagClassName
{
border-color: #90C3C0;
}
</style>