#81D5AA

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

Shades of Vista Blue #81D5AA

Tints of Vista Blue #81D5AA

Color information

#81D5AA (or 0x81D5AA) is unknown color: approx Vista Blue. HEX triplet: 81, D5 and AA. RGB value is (129,213,170). Sum of RGB (Red+Green+Blue) = 129+213+170=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #81D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D5AA is #7E2A55. Grayscale: #B7B7B7. Windows color (decimal): -8268374 or 11195777. OLE color: 11195777.

HSL color Cylindrical-coordinate representation of color #81D5AA: hue angle of 149.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D5AA is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB129213170-
CMYK0.3900.200.16
HSL149.29º50%67.06%-
HSV(B)149.29º39.44%83.53%-
XYZ40.155.1646.56-
YUV182.98120.6789.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.20%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=25.20%
G=41.60%
B=33.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292131700.3900.200.16149.295067.06
Hex81D5AA2701410953243
Octal201325252470242022562103
Binary10000001110101011010101010011101010010000100101011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D5AA; }

 p { color: rgb(129,213,170); }

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

<style>
 a { background-color: #81D5AA; }

 a { background-color: rgb(129,213,170); }

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

<style>
 span { border-color: #81D5AA; }

 span { border-color: rgb(129,213,170); }

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