#87D0AA

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

Shades of Vista Blue #87D0AA

Tints of Vista Blue #87D0AA

Color information

#87D0AA (or 0x87D0AA) is unknown color: approx Vista Blue. HEX triplet: 87, D0 and AA. RGB value is (135,208,170). Sum of RGB (Red+Green+Blue) = 135+208+170=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D0AA is #782F55. Grayscale: #B5B5B5. Windows color (decimal): -7876438 or 11194503. OLE color: 11194503.

HSL color Cylindrical-coordinate representation of color #87D0AA: hue angle of 148.77º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0AA is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB135208170-
CMYK0.3500.180.18
HSL148.77º43.71%67.25%-
HSV(B)148.77º35.1%81.57%-
XYZ39.853.1646.19-
YUV181.84121.3294.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.32%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=26.32%
G=40.55%
B=33.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352081700.3500.180.18148.7743.7167.25
Hex87D0AA2301212952c43
Octal207320252430222222554103
Binary10000111110100001010101010001101001010010100101011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,208,170); }

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

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

 a { background-color: rgb(135,208,170); }

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

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

 span { border-color: rgb(135,208,170); }

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