Shades of Shadow Green #90C4B5
Tints of Shadow Green #90C4B5
RGB
CMYK
RGB Variations
Color information
#90C4B5 (or 0x90C4B5) is known color: Shadow Green. HEX triplet: 90, C4 and B5. RGB value is (144,196,181). Sum of RGB (Red+Green+Blue) = 144+196+181=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #90C4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C4B5 is #6F3B4A. Grayscale: #B2B2B2. Windows color (decimal): -7289675 or 11912336. OLE color: 11912336.
HSL color Cylindrical-coordinate representation of color #90C4B5: hue angle of 162.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90C4B5 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 181 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.23 |
| HSL | 162.69º | 0.31% | 0.67% | - |
| HSV(B) | 162.69º | 0.27% | 0.77% | - |
| XYZ | 39.58 | 48.75 | 51.04 | - |
| YUV | 178.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 181 | 0.27 | 0 | 0.08 | 0.23 | 162.69 | 0.31 | 0.67 |
| Hex | 90 | C4 | B5 | 1B | 0 | 8 | 17 | A3 | 1F | 43 |
| Octal | 220 | 304 | 265 | 33 | 0 | 10 | 27 | 243 | 37 | 103 |
| Binary | 10010000 | 11000100 | 10110101 | 11011 | 0 | 1000 | 10111 | 10100011 | 11111 | 1000011 |
Color Harmonies of #90C4B5
Complementary color
Monochromatic Colors of #90C4B5
Black with #90C4B5
Text Example
Text Example
White with #90C4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C4B5; }
p { color: rgb(144,196,181); }
H1.HeaderClassName
{
color: #90C4B5;
}
.AnyTagClassName
{
color: #90C4B5;
}
</style>
background-color css
<style>
a { background-color: #90C4B5; }
a { background-color: rgb(144,196,181); }
div.DivClassName
{
background-color: #90C4B5;
}
.BgClassName
{
background-color: #90C4B5;
}
</style>
border-color css
<style>
span { border-color: #90C4B5; }
span { border-color: rgb(144,196,181); }
td.TdClassName
{
border-color: #90C4B5;
}
.TagClassName
{
border-color: #90C4B5;
}
</style>