#88F0AA

Color #88F0AA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #88F0AA

Tints of Vista Blue #88F0AA

Color information

#88F0AA (or 0x88F0AA) is unknown color: approx Vista Blue. HEX triplet: 88, F0 and AA. RGB value is (136,240,170). Sum of RGB (Red+Green+Blue) = 136+240+170=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F0AA is #770F55. Grayscale: #C9C9C9. Windows color (decimal): -7802710 or 11202696. OLE color: 11202696.

HSL color Cylindrical-coordinate representation of color #88F0AA: hue angle of 139.62º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0AA is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB136240170-
CMYK0.4300.290.06
HSL139.62º77.61%73.73%-
HSV(B)139.62º43.33%94.12%-
XYZ48.5770.4649.07-
YUV200.92110.5481.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.91%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=24.91%
G=43.96%
B=31.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362401700.4300.290.06139.6277.6173.73
Hex88F0AA2B01D68c4e4a
Octal210360252530356214116112
Binary1000100011110000101010101010110111011101000110010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,240,170); }

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

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

 a { background-color: rgb(136,240,170); }

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

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

 span { border-color: rgb(136,240,170); }

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