Shades of Summer Green #99BEA0
Tints of Summer Green #99BEA0
RGB
CMYK
RGB Variations
Color information
#99BEA0 (or 0x99BEA0) is known color: Summer Green. HEX triplet: 99, BE and A0. RGB value is (153,190,160). Sum of RGB (Red+Green+Blue) = 153+190+160=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #99BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BEA0 is #66415F. Grayscale: #AFAFAF. Windows color (decimal): -6701408 or 10534553. OLE color: 10534553.
HSL color Cylindrical-coordinate representation of color #99BEA0: hue angle of 131.35º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BEA0 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 160 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.25 |
| HSL | 131.35º | 0.22% | 0.67% | - |
| HSV(B) | 131.35º | 0.19% | 0.75% | - |
| XYZ | 37.9 | 46.14 | 40.17 | - |
| YUV | 175.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 160 | 0.19 | 0 | 0.16 | 0.25 | 131.35 | 0.22 | 0.67 |
| Hex | 99 | BE | A0 | 13 | 0 | 10 | 19 | 83 | 16 | 43 |
| Octal | 231 | 276 | 240 | 23 | 0 | 20 | 31 | 203 | 26 | 103 |
| Binary | 10011001 | 10111110 | 10100000 | 10011 | 0 | 10000 | 11001 | 10000011 | 10110 | 1000011 |
Color Harmonies of #99BEA0
Complementary color
Monochromatic Colors of #99BEA0
Black with #99BEA0
Text Example
Text Example
White with #99BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEA0; }
p { color: rgb(153,190,160); }
H1.HeaderClassName
{
color: #99BEA0;
}
.AnyTagClassName
{
color: #99BEA0;
}
</style>
background-color css
<style>
a { background-color: #99BEA0; }
a { background-color: rgb(153,190,160); }
div.DivClassName
{
background-color: #99BEA0;
}
.BgClassName
{
background-color: #99BEA0;
}
</style>
border-color css
<style>
span { border-color: #99BEA0; }
span { border-color: rgb(153,190,160); }
td.TdClassName
{
border-color: #99BEA0;
}
.TagClassName
{
border-color: #99BEA0;
}
</style>