#88BAA0

Color #88BAA0 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #88BAA0

Tints of Summer Green #88BAA0

Color information

#88BAA0 (or 0x88BAA0) is unknown color: approx Summer Green. HEX triplet: 88, BA and A0. RGB value is (136,186,160). Sum of RGB (Red+Green+Blue) = 136+186+160=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #88BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BAA0 is #77455F. Grayscale: #A8A8A8. Windows color (decimal): -7816544 or 10533512. OLE color: 10533512.

HSL color Cylindrical-coordinate representation of color #88BAA0: hue angle of 148.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BAA0 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB136186160-
CMYK0.2700.140.27
HSL148.8º26.6%63.14%-
HSV(B)148.8º26.88%72.94%-
XYZ34.0642.8939.74-
YUV168.09123.44105.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=28.22%
G=38.59%
B=33.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861600.2700.140.27148.826.663.14
Hex88BAA01B0E1B951b3f
Octal21027224033016332253377
Binary1000100010111010101000001101101110110111001010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BAA0; }

 p { color: rgb(136,186,160); }

 H1.HeaderClassName
 {
   color: #88BAA0;
 }
 .AnyTagClassName
 {
   color: #88BAA0;
 }
</style>
background-color css

<style>
 a { background-color: #88BAA0; }

 a { background-color: rgb(136,186,160); }

 div.DivClassName
 {
   background-color: #88BAA0;
 }
 .BgClassName
 {
   background-color: #88BAA0;
 }
</style>
border-color css

<style>
 span { border-color: #88BAA0; }

 span { border-color: rgb(136,186,160); }

 td.TdClassName
 {
   border-color: #88BAA0;
 }
 .TagClassName
 {
   border-color: #88BAA0;
 }
</style>