Shades of Summer Green #98BFA0
Tints of Summer Green #98BFA0
RGB
CMYK
RGB Variations
Color information
#98BFA0 (or 0x98BFA0) is known color: Summer Green. HEX triplet: 98, BF and A0. RGB value is (152,191,160). Sum of RGB (Red+Green+Blue) = 152+191+160=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #98BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BFA0 is #67405F. Grayscale: #AFAFAF. Windows color (decimal): -6766688 or 10534808. OLE color: 10534808.
HSL color Cylindrical-coordinate representation of color #98BFA0: hue angle of 132.31º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BFA0 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 160 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.25 |
| HSL | 132.31º | 0.23% | 0.67% | - |
| HSV(B) | 132.31º | 0.2% | 0.75% | - |
| XYZ | 37.92 | 46.48 | 40.23 | - |
| YUV | 175.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 160 | 0.20 | 0 | 0.16 | 0.25 | 132.31 | 0.23 | 0.67 |
| Hex | 98 | BF | A0 | 14 | 0 | 10 | 19 | 84 | 17 | 43 |
| Octal | 230 | 277 | 240 | 24 | 0 | 20 | 31 | 204 | 27 | 103 |
| Binary | 10011000 | 10111111 | 10100000 | 10100 | 0 | 10000 | 11001 | 10000100 | 10111 | 1000011 |
Color Harmonies of #98BFA0
Complementary color
Monochromatic Colors of #98BFA0
Black with #98BFA0
Text Example
Text Example
White with #98BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BFA0; }
p { color: rgb(152,191,160); }
H1.HeaderClassName
{
color: #98BFA0;
}
.AnyTagClassName
{
color: #98BFA0;
}
</style>
background-color css
<style>
a { background-color: #98BFA0; }
a { background-color: rgb(152,191,160); }
div.DivClassName
{
background-color: #98BFA0;
}
.BgClassName
{
background-color: #98BFA0;
}
</style>
border-color css
<style>
span { border-color: #98BFA0; }
span { border-color: rgb(152,191,160); }
td.TdClassName
{
border-color: #98BFA0;
}
.TagClassName
{
border-color: #98BFA0;
}
</style>