#81D7A1

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

Shades of Vista Blue #81D7A1

Tints of Vista Blue #81D7A1

Color information

#81D7A1 (or 0x81D7A1) is unknown color: approx Vista Blue. HEX triplet: 81, D7 and A1. RGB value is (129,215,161). Sum of RGB (Red+Green+Blue) = 129+215+161=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #81D7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D7A1 is #7E285E. Grayscale: #B7B7B7. Windows color (decimal): -8267871 or 10606465. OLE color: 10606465.

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

Color convert

RGB129215161-
CMYK0.400.250.16
HSL142.33º51.81%67.45%-
HSV(B)142.33º40%84.31%-
XYZ39.7955.8442.4-
YUV183.13115.5189.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.54%
GREEN value IS 215 (84.38% from 255) = 42.57%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=25.54%
G=42.57%
B=31.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292151610.400.250.16142.3351.8167.45
Hex81D7A128019108e3443
Octal201327241500312021664103
Binary10000001110101111010000110100001100110000100011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,215,161); }

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

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

 a { background-color: rgb(129,215,161); }

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

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

 span { border-color: rgb(129,215,161); }

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