Shades of Shadow Green #90C3BC
Tints of Shadow Green #90C3BC
RGB
CMYK
RGB Variations
Color information
#90C3BC (or 0x90C3BC) is known color: Shadow Green. HEX triplet: 90, C3 and BC. RGB value is (144,195,188). Sum of RGB (Red+Green+Blue) = 144+195+188=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #90C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C3BC is #6F3C43. Grayscale: #B2B2B2. Windows color (decimal): -7289924 or 12370832. OLE color: 12370832.
HSL color Cylindrical-coordinate representation of color #90C3BC: hue angle of 171.76º 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 #90C3BC is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 188 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.24 |
| HSL | 171.76º | 0.3% | 0.66% | - |
| HSV(B) | 171.76º | 0.26% | 0.76% | - |
| XYZ | 40.09 | 48.59 | 54.84 | - |
| YUV | 178.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 188 | 0.26 | 0 | 0.04 | 0.24 | 171.76 | 0.3 | 0.66 |
| Hex | 90 | C3 | BC | 1A | 0 | 4 | 18 | AC | 1E | 42 |
| Octal | 220 | 303 | 274 | 32 | 0 | 4 | 30 | 254 | 36 | 102 |
| Binary | 10010000 | 11000011 | 10111100 | 11010 | 0 | 100 | 11000 | 10101100 | 11110 | 1000010 |
Color Harmonies of #90C3BC
Complementary color
Monochromatic Colors of #90C3BC
Black with #90C3BC
Text Example
Text Example
White with #90C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C3BC; }
p { color: rgb(144,195,188); }
H1.HeaderClassName
{
color: #90C3BC;
}
.AnyTagClassName
{
color: #90C3BC;
}
</style>
background-color css
<style>
a { background-color: #90C3BC; }
a { background-color: rgb(144,195,188); }
div.DivClassName
{
background-color: #90C3BC;
}
.BgClassName
{
background-color: #90C3BC;
}
</style>
border-color css
<style>
span { border-color: #90C3BC; }
span { border-color: rgb(144,195,188); }
td.TdClassName
{
border-color: #90C3BC;
}
.TagClassName
{
border-color: #90C3BC;
}
</style>