#87F2AC

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

Shades of Vista Blue #87F2AC

Tints of Vista Blue #87F2AC

Color information

#87F2AC (or 0x87F2AC) is unknown color: approx Vista Blue. HEX triplet: 87, F2 and AC. RGB value is (135,242,172). Sum of RGB (Red+Green+Blue) = 135+242+172=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #87F2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #87F2AC is #780D53. Grayscale: #CACACA. Windows color (decimal): -7867732 or 11334279. OLE color: 11334279.

HSL color Cylindrical-coordinate representation of color #87F2AC: hue angle of 140.75º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87F2AC is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB135242172-
CMYK0.4400.290.05
HSL140.75º80.45%73.92%-
HSV(B)140.75º44.21%94.9%-
XYZ49.1971.6350.26-
YUV202.03111.0580.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.59%
GREEN value IS 242 (94.92% from 255) = 44.08%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=24.59%
G=44.08%
B=31.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1352421720.4400.290.05140.7580.4573.92
Hex87F2AC2C01D58d504a
Octal207362254540355215120112
Binary1000011111110010101011001011000111011011000110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87F2AC; }

 p { color: rgb(135,242,172); }

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

<style>
 a { background-color: #87F2AC; }

 a { background-color: rgb(135,242,172); }

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

<style>
 span { border-color: #87F2AC; }

 span { border-color: rgb(135,242,172); }

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