Html Css Color HEX #82D6AC Vista Blue

📋 copy color: '#82D6AC'

red 130 ◦ green 214 ◦ blue 172

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

Shades of Vista Blue #82D6AC

Tints of Vista Blue #82D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.47%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 25.19%
G = 41.47%
B = 33.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#82D6AC (or 0x82D6AC) is known color: Vista Blue. HEX triplet: 82, D6 and AC. RGB value is (130,214,172). Sum of RGB (Red+Green+Blue) = 130+214+172=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #82D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D6AC is #7D2953. Grayscale: #B8B8B8. Windows color (decimal): -8202580 or 11327106. OLE color: 11327106.

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

Color convert

RGB 130 214 172 -
CMYK 0.39 0 0.20 0.16
HSL 150º 0.51% 0.67% -
HSV(B) 150º 0.39% 0.84% -
XYZ 40.7 55.82 47.66 -
YUV 184.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 130 214 172 0.39 0 0.20 0.16 150 0.51 0.67
Hex 82 D6 AC 27 0 14 10 96 33 43
Octal 202 326 254 47 0 24 20 226 63 103
Binary 10000010 11010110 10101100 100111 0 10100 10000 10010110 110011 1000011

Color Harmonies of #82D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D6AC

Black with #82D6AC

Text Example


Text Example

White with #82D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,214,172); }

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

background-color css

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

 a { background-color: rgb(130,214,172); }

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

border-color css

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

 span { border-color: rgb(130,214,172); }

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