Shades of Shadow Green #90C6BD
Tints of Shadow Green #90C6BD
RGB
CMYK
RGB Variations
Color information
#90C6BD (or 0x90C6BD) is known color: Shadow Green. HEX triplet: 90, C6 and BD. RGB value is (144,198,189). Sum of RGB (Red+Green+Blue) = 144+198+189=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #90C6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C6BD is #6F3942. Grayscale: #B4B4B4. Windows color (decimal): -7289155 or 12437136. OLE color: 12437136.
HSL color Cylindrical-coordinate representation of color #90C6BD: hue angle of 170º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90C6BD is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 189 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.22 |
| HSL | 170º | 0.32% | 0.67% | - |
| HSV(B) | 170º | 0.27% | 0.78% | - |
| XYZ | 40.88 | 49.99 | 55.64 | - |
| YUV | 180.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 189 | 0.27 | 0 | 0.05 | 0.22 | 170 | 0.32 | 0.67 |
| Hex | 90 | C6 | BD | 1B | 0 | 5 | 16 | AA | 20 | 43 |
| Octal | 220 | 306 | 275 | 33 | 0 | 5 | 26 | 252 | 40 | 103 |
| Binary | 10010000 | 11000110 | 10111101 | 11011 | 0 | 101 | 10110 | 10101010 | 100000 | 1000011 |
Color Harmonies of #90C6BD
Complementary color
Monochromatic Colors of #90C6BD
Black with #90C6BD
Text Example
Text Example
White with #90C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C6BD; }
p { color: rgb(144,198,189); }
H1.HeaderClassName
{
color: #90C6BD;
}
.AnyTagClassName
{
color: #90C6BD;
}
</style>
background-color css
<style>
a { background-color: #90C6BD; }
a { background-color: rgb(144,198,189); }
div.DivClassName
{
background-color: #90C6BD;
}
.BgClassName
{
background-color: #90C6BD;
}
</style>
border-color css
<style>
span { border-color: #90C6BD; }
span { border-color: rgb(144,198,189); }
td.TdClassName
{
border-color: #90C6BD;
}
.TagClassName
{
border-color: #90C6BD;
}
</style>