#81D9A3

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

Shades of Vista Blue #81D9A3

Tints of Vista Blue #81D9A3

Color information

#81D9A3 (or 0x81D9A3) is unknown color: approx Vista Blue. HEX triplet: 81, D9 and A3. RGB value is (129,217,163). Sum of RGB (Red+Green+Blue) = 129+217+163=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D9A3 is #7E265C. Grayscale: #B8B8B8. Windows color (decimal): -8267357 or 10738049. OLE color: 10738049.

HSL color Cylindrical-coordinate representation of color #81D9A3: hue angle of 143.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D9A3 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB129217163-
CMYK0.4100.250.15
HSL143.18º53.66%67.84%-
HSV(B)143.18º40.55%85.1%-
XYZ40.4856.9443.51-
YUV184.53115.8588.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.34%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=25.34%
G=42.63%
B=32.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171630.4100.250.15143.1853.6667.84
Hex81D9A329019F8f3644
Octal201331243510311721766104
Binary1000000111011001101000111010010110011111100011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,217,163); }

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

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

 a { background-color: rgb(129,217,163); }

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

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

 span { border-color: rgb(129,217,163); }

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