#81E0A4

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

Shades of Vista Blue #81E0A4

Tints of Vista Blue #81E0A4

Color information

#81E0A4 (or 0x81E0A4) is unknown color: approx Vista Blue. HEX triplet: 81, E0 and A4. RGB value is (129,224,164). Sum of RGB (Red+Green+Blue) = 129+224+164=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #81E0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E0A4 is #7E1F5B. Grayscale: #BCBCBC. Windows color (decimal): -8265564 or 10805377. OLE color: 10805377.

HSL color Cylindrical-coordinate representation of color #81E0A4: hue angle of 142.11º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81E0A4 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB129224164-
CMYK0.4200.270.12
HSL142.11º60.51%69.22%-
HSV(B)142.11º42.41%87.84%-
XYZ42.4160.6644.6-
YUV188.76114.0385.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.95%
GREEN value IS 224 (87.89% from 255) = 43.33%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=24.95%
G=43.33%
B=31.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1292241640.4200.270.12142.1160.5169.22
Hex81E0A42A01BC8e3d45
Octal201340244520331421675105
Binary1000000111100000101001001010100110111100100011101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,224,164); }

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

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

 a { background-color: rgb(129,224,164); }

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

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

 span { border-color: rgb(129,224,164); }

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