#81D6A5

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

Shades of Vista Blue #81D6A5

Tints of Vista Blue #81D6A5

Color information

#81D6A5 (or 0x81D6A5) is unknown color: approx Vista Blue. HEX triplet: 81, D6 and A5. RGB value is (129,214,165). Sum of RGB (Red+Green+Blue) = 129+214+165=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #81D6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D6A5 is #7E295A. Grayscale: #B7B7B7. Windows color (decimal): -8268123 or 10868353. OLE color: 10868353.

HSL color Cylindrical-coordinate representation of color #81D6A5: hue angle of 145.41º degrees, saturation: 0.51, 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 #81D6A5 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB129214165-
CMYK0.4000.230.16
HSL145.41º50.9%67.25%-
HSV(B)145.41º39.72%83.92%-
XYZ39.8955.4844.2-
YUV183117.8489.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.39%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=25.39%
G=42.13%
B=32.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292141650.4000.230.16145.4150.967.25
Hex81D6A52801710913343
Octal201326245500272022163103
Binary10000001110101101010010110100001011110000100100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,214,165); }

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

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

 a { background-color: rgb(129,214,165); }

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

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

 span { border-color: rgb(129,214,165); }

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