Html Css Color HEX #82D8AA Vista Blue

📋 copy color: '#82D8AA'

red 130 ◦ green 216 ◦ blue 170

#82D8AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #82D8AA

Tints of Vista Blue #82D8AA

RGB

 RED value IS 130 (51.17% from 255) = 25.19%

 GREEN value IS 216 (84.77% from 255) = 41.86%

 BLUE value IS 170 (66.8% from 255) = 32.95%

R = 25.19%
G = 41.86%
B = 32.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#82D8AA (or 0x82D8AA) is known color: Vista Blue. HEX triplet: 82, D8 and AA. RGB value is (130,216,170). Sum of RGB (Red+Green+Blue) = 130+216+170=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #82D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D8AA is #7D2755. Grayscale: #B9B9B9. Windows color (decimal): -8202070 or 11196546. OLE color: 11196546.

HSL color Cylindrical-coordinate representation of color #82D8AA: hue angle of 147.91º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D8AA is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 170 -
CMYK 0.40 0 0.21 0.15
HSL 147.91º 0.52% 0.68% -
HSV(B) 147.91º 0.4% 0.85% -
XYZ 41.02 56.76 46.82 -
YUV 185.04 119.51 88.74 -
System Red Green Blue C M Y K H S L
Decimal 130 216 170 0.40 0 0.21 0.15 147.91 0.52 0.68
Hex 82 D8 AA 28 0 15 F 94 34 44
Octal 202 330 252 50 0 25 17 224 64 104
Binary 10000010 11011000 10101010 101000 0 10101 1111 10010100 110100 1000100

Color Harmonies of #82D8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D8AA

Black with #82D8AA

Text Example


Text Example

White with #82D8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82D8AA;
 }
 .AnyTagClassName
 {
   color: #82D8AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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