Shades of Summer Green #88BCA2
Tints of Summer Green #88BCA2
RGB
CMYK
RGB Variations
Color information
#88BCA2 (or 0x88BCA2) is known color: Summer Green. HEX triplet: 88, BC and A2. RGB value is (136,188,162). Sum of RGB (Red+Green+Blue) = 136+188+162=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BCA2 is #77435D. Grayscale: #A9A9A9. Windows color (decimal): -7816030 or 10665096. OLE color: 10665096.
HSL color Cylindrical-coordinate representation of color #88BCA2: hue angle of 150º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BCA2 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 162 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.26 |
| HSL | 150º | 0.28% | 0.64% | - |
| HSV(B) | 150º | 0.28% | 0.74% | - |
| XYZ | 34.66 | 43.81 | 40.81 | - |
| YUV | 169.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 162 | 0.28 | 0 | 0.14 | 0.26 | 150 | 0.28 | 0.64 |
| Hex | 88 | BC | A2 | 1C | 0 | E | 1A | 96 | 1C | 40 |
| Octal | 210 | 274 | 242 | 34 | 0 | 16 | 32 | 226 | 34 | 100 |
| Binary | 10001000 | 10111100 | 10100010 | 11100 | 0 | 1110 | 11010 | 10010110 | 11100 | 1000000 |
Color Harmonies of #88BCA2
Complementary color
Monochromatic Colors of #88BCA2
Black with #88BCA2
Text Example
Text Example
White with #88BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCA2; }
p { color: rgb(136,188,162); }
H1.HeaderClassName
{
color: #88BCA2;
}
.AnyTagClassName
{
color: #88BCA2;
}
</style>
background-color css
<style>
a { background-color: #88BCA2; }
a { background-color: rgb(136,188,162); }
div.DivClassName
{
background-color: #88BCA2;
}
.BgClassName
{
background-color: #88BCA2;
}
</style>
border-color css
<style>
span { border-color: #88BCA2; }
span { border-color: rgb(136,188,162); }
td.TdClassName
{
border-color: #88BCA2;
}
.TagClassName
{
border-color: #88BCA2;
}
</style>