#81EDAA

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

Shades of Vista Blue #81EDAA

Tints of Vista Blue #81EDAA

Color information

#81EDAA (or 0x81EDAA) is unknown color: approx Vista Blue. HEX triplet: 81, ED and AA. RGB value is (129,237,170). Sum of RGB (Red+Green+Blue) = 129+237+170=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EDAA is #7E1255. Grayscale: #C5C5C5. Windows color (decimal): -8262230 or 11201921. OLE color: 11201921.

HSL color Cylindrical-coordinate representation of color #81EDAA: hue angle of 142.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EDAA is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB129237170-
CMYK0.4600.280.07
HSL142.78º75%71.76%-
HSV(B)142.78º45.57%92.94%-
XYZ46.5968.1448.73-
YUV197.07112.7279.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.07%
GREEN value IS 237 (92.97% from 255) = 44.22%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=24.07%
G=44.22%
B=31.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292371700.4600.280.07142.787571.76
Hex81EDAA2E01C78f4b48
Octal201355252560347217113110
Binary1000000111101101101010101011100111001111000111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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