#88BFA0

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

Shades of Summer Green #88BFA0

Tints of Summer Green #88BFA0

Color information

#88BFA0 (or 0x88BFA0) is unknown color: approx Summer Green. HEX triplet: 88, BF and A0. RGB value is (136,191,160). Sum of RGB (Red+Green+Blue) = 136+191+160=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #88BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BFA0 is #77405F. Grayscale: #ABABAB. Windows color (decimal): -7815264 or 10534792. OLE color: 10534792.

HSL color Cylindrical-coordinate representation of color #88BFA0: hue angle of 146.18º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BFA0 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB136191160-
CMYK0.2900.160.25
HSL146.18º30.05%64.12%-
HSV(B)146.18º28.8%74.9%-
XYZ35.1345.0340.1-
YUV171.02121.78103.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=27.93%
G=39.22%
B=32.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361911600.2900.160.25146.1830.0564.12
Hex88BFA01D01019921e40
Octal210277240350203122236100
Binary100010001011111110100000111010100001100110010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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