Html Css Color HEX #82D4AA Vista Blue

📋 copy color: '#82D4AA'

red 130 ◦ green 212 ◦ blue 170

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

Shades of Vista Blue #82D4AA

Tints of Vista Blue #82D4AA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.41%

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

R = 25.39%
G = 41.41%
B = 33.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#82D4AA (or 0x82D4AA) is known color: Vista Blue. HEX triplet: 82, D4 and AA. RGB value is (130,212,170). Sum of RGB (Red+Green+Blue) = 130+212+170=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #82D4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D4AA is #7D2B55. Grayscale: #B6B6B6. Windows color (decimal): -8203094 or 11195522. OLE color: 11195522.

HSL color Cylindrical-coordinate representation of color #82D4AA: hue angle of 149.27º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D4AA is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 212 170 -
CMYK 0.39 0 0.20 0.17
HSL 149.27º 0.49% 0.67% -
HSV(B) 149.27º 0.39% 0.83% -
XYZ 40.01 54.74 46.49 -
YUV 182.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 130 212 170 0.39 0 0.20 0.17 149.27 0.49 0.67
Hex 82 D4 AA 27 0 14 11 95 31 43
Octal 202 324 252 47 0 24 21 225 61 103
Binary 10000010 11010100 10101010 100111 0 10100 10001 10010101 110001 1000011

Color Harmonies of #82D4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D4AA

Black with #82D4AA

Text Example


Text Example

White with #82D4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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