#81DAA0

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

Shades of Vista Blue #81DAA0

Tints of Vista Blue #81DAA0

Color information

#81DAA0 (or 0x81DAA0) is unknown color: approx Vista Blue. HEX triplet: 81, DA and A0. RGB value is (129,218,160). Sum of RGB (Red+Green+Blue) = 129+218+160=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #81DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DAA0 is #7E255F. Grayscale: #B8B8B8. Windows color (decimal): -8267104 or 10541697. OLE color: 10541697.

HSL color Cylindrical-coordinate representation of color #81DAA0: hue angle of 140.9º degrees, saturation: 0.55, 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 #81DAA0 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB129218160-
CMYK0.4100.270.15
HSL140.9º54.6%68.04%-
HSV(B)140.9º40.83%85.49%-
XYZ40.4757.3542.19-
YUV184.78114.0188.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.44%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=25.44%
G=43.00%
B=31.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292181600.4100.270.15140.954.668.04
Hex81DAA02901BF8d3744
Octal201332240510331721567104
Binary1000000111011010101000001010010110111111100011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,218,160); }

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

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

 a { background-color: rgb(129,218,160); }

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

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

 span { border-color: rgb(129,218,160); }

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