Shades of Shadow Green #90C4BC
Tints of Shadow Green #90C4BC
RGB
CMYK
RGB Variations
Color information
#90C4BC (or 0x90C4BC) is known color: Shadow Green. HEX triplet: 90, C4 and BC. RGB value is (144,196,188). Sum of RGB (Red+Green+Blue) = 144+196+188=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #90C4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C4BC is #6F3B43. Grayscale: #B3B3B3. Windows color (decimal): -7289668 or 12371088. OLE color: 12371088.
HSL color Cylindrical-coordinate representation of color #90C4BC: hue angle of 170.77º 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 #90C4BC is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 188 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.23 |
| HSL | 170.77º | 0.31% | 0.67% | - |
| HSV(B) | 170.77º | 0.27% | 0.77% | - |
| XYZ | 40.32 | 49.04 | 54.92 | - |
| YUV | 179.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 188 | 0.27 | 0 | 0.04 | 0.23 | 170.77 | 0.31 | 0.67 |
| Hex | 90 | C4 | BC | 1B | 0 | 4 | 17 | AB | 1F | 43 |
| Octal | 220 | 304 | 274 | 33 | 0 | 4 | 27 | 253 | 37 | 103 |
| Binary | 10010000 | 11000100 | 10111100 | 11011 | 0 | 100 | 10111 | 10101011 | 11111 | 1000011 |
Color Harmonies of #90C4BC
Complementary color
Monochromatic Colors of #90C4BC
Black with #90C4BC
Text Example
Text Example
White with #90C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C4BC; }
p { color: rgb(144,196,188); }
H1.HeaderClassName
{
color: #90C4BC;
}
.AnyTagClassName
{
color: #90C4BC;
}
</style>
background-color css
<style>
a { background-color: #90C4BC; }
a { background-color: rgb(144,196,188); }
div.DivClassName
{
background-color: #90C4BC;
}
.BgClassName
{
background-color: #90C4BC;
}
</style>
border-color css
<style>
span { border-color: #90C4BC; }
span { border-color: rgb(144,196,188); }
td.TdClassName
{
border-color: #90C4BC;
}
.TagClassName
{
border-color: #90C4BC;
}
</style>