#82DCAA

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

Shades of Vista Blue #82DCAA

Tints of Vista Blue #82DCAA

Color information

#82DCAA (or 0x82DCAA) is unknown color: approx Vista Blue. HEX triplet: 82, DC and AA. RGB value is (130,220,170). Sum of RGB (Red+Green+Blue) = 130+220+170=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCAA is #7D2355. Grayscale: #BBBBBB. Windows color (decimal): -8201046 or 11197570. OLE color: 11197570.

HSL color Cylindrical-coordinate representation of color #82DCAA: hue angle of 146.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCAA is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB130220170-
CMYK0.4100.230.14
HSL146.67º56.25%68.63%-
HSV(B)146.67º40.91%86.27%-
XYZ42.0558.8347.17-
YUV187.39118.1887.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=25%
G=42.31%
B=32.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201700.4100.230.14146.6756.2568.63
Hex82DCAA29017E933845
Octal202334252510271622370105
Binary1000001011011100101010101010010101111110100100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82DCAA; }

 p { color: rgb(130,220,170); }

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

<style>
 a { background-color: #82DCAA; }

 a { background-color: rgb(130,220,170); }

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

<style>
 span { border-color: #82DCAA; }

 span { border-color: rgb(130,220,170); }

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