Shades of Summer Green #90BCA4
Tints of Summer Green #90BCA4
RGB
CMYK
RGB Variations
Color information
#90BCA4 (or 0x90BCA4) is known color: Summer Green. HEX triplet: 90, BC and A4. RGB value is (144,188,164). Sum of RGB (Red+Green+Blue) = 144+188+164=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BCA4 is #6F435B. Grayscale: #ACACAC. Windows color (decimal): -7291740 or 10796176. OLE color: 10796176.
HSL color Cylindrical-coordinate representation of color #90BCA4: hue angle of 147.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BCA4 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 164 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.26 |
| HSL | 147.27º | 0.25% | 0.65% | - |
| HSV(B) | 147.27º | 0.23% | 0.74% | - |
| XYZ | 36.19 | 44.58 | 41.82 | - |
| YUV | 172.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 164 | 0.23 | 0 | 0.13 | 0.26 | 147.27 | 0.25 | 0.65 |
| Hex | 90 | BC | A4 | 17 | 0 | D | 1A | 93 | 19 | 41 |
| Octal | 220 | 274 | 244 | 27 | 0 | 15 | 32 | 223 | 31 | 101 |
| Binary | 10010000 | 10111100 | 10100100 | 10111 | 0 | 1101 | 11010 | 10010011 | 11001 | 1000001 |
Color Harmonies of #90BCA4
Complementary color
Monochromatic Colors of #90BCA4
Black with #90BCA4
Text Example
Text Example
White with #90BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCA4; }
p { color: rgb(144,188,164); }
H1.HeaderClassName
{
color: #90BCA4;
}
.AnyTagClassName
{
color: #90BCA4;
}
</style>
background-color css
<style>
a { background-color: #90BCA4; }
a { background-color: rgb(144,188,164); }
div.DivClassName
{
background-color: #90BCA4;
}
.BgClassName
{
background-color: #90BCA4;
}
</style>
border-color css
<style>
span { border-color: #90BCA4; }
span { border-color: rgb(144,188,164); }
td.TdClassName
{
border-color: #90BCA4;
}
.TagClassName
{
border-color: #90BCA4;
}
</style>