Shades of Shadow Green #90C7BC
Tints of Shadow Green #90C7BC
RGB
CMYK
RGB Variations
Color information
#90C7BC (or 0x90C7BC) is known color: Shadow Green. HEX triplet: 90, C7 and BC. RGB value is (144,199,188). Sum of RGB (Red+Green+Blue) = 144+199+188=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 199 - color contains mainly: green. Hex color #90C7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C7BC is #6F3843. Grayscale: #B5B5B5. Windows color (decimal): -7288900 or 12371856. OLE color: 12371856.
HSL color Cylindrical-coordinate representation of color #90C7BC: hue angle of 168º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C7BC is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 188 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.22 |
| HSL | 168º | 0.33% | 0.67% | - |
| HSV(B) | 168º | 0.28% | 0.78% | - |
| XYZ | 41 | 50.41 | 55.15 | - |
| YUV | 181.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 188 | 0.28 | 0 | 0.06 | 0.22 | 168 | 0.33 | 0.67 |
| Hex | 90 | C7 | BC | 1C | 0 | 6 | 16 | A8 | 21 | 43 |
| Octal | 220 | 307 | 274 | 34 | 0 | 6 | 26 | 250 | 41 | 103 |
| Binary | 10010000 | 11000111 | 10111100 | 11100 | 0 | 110 | 10110 | 10101000 | 100001 | 1000011 |
Color Harmonies of #90C7BC
Complementary color
Monochromatic Colors of #90C7BC
Black with #90C7BC
Text Example
Text Example
White with #90C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7BC; }
p { color: rgb(144,199,188); }
H1.HeaderClassName
{
color: #90C7BC;
}
.AnyTagClassName
{
color: #90C7BC;
}
</style>
background-color css
<style>
a { background-color: #90C7BC; }
a { background-color: rgb(144,199,188); }
div.DivClassName
{
background-color: #90C7BC;
}
.BgClassName
{
background-color: #90C7BC;
}
</style>
border-color css
<style>
span { border-color: #90C7BC; }
span { border-color: rgb(144,199,188); }
td.TdClassName
{
border-color: #90C7BC;
}
.TagClassName
{
border-color: #90C7BC;
}
</style>