Html Css Color HEX #82DAA4 Vista Blue

📋 copy color: '#82DAA4'

red 130 ◦ green 218 ◦ blue 164

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

Shades of Vista Blue #82DAA4

Tints of Vista Blue #82DAA4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

 BLUE value IS 164 (64.45% from 255) = 32.03%

R = 25.39%
G = 42.58%
B = 32.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#82DAA4 (or 0x82DAA4) is known color: Vista Blue. HEX triplet: 82, DA and A4. RGB value is (130,218,164). Sum of RGB (Red+Green+Blue) = 130+218+164=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #82DAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DAA4 is #7D255B. Grayscale: #B9B9B9. Windows color (decimal): -8201564 or 10803842. OLE color: 10803842.

HSL color Cylindrical-coordinate representation of color #82DAA4: hue angle of 143.18º degrees, saturation: 0.54, 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 #82DAA4 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 164 -
CMYK 0.40 0 0.25 0.15
HSL 143.18º 0.54% 0.68% -
HSV(B) 143.18º 0.4% 0.85% -
XYZ 40.98 57.57 44.07 -
YUV 185.53 115.85 88.39 -
System Red Green Blue C M Y K H S L
Decimal 130 218 164 0.40 0 0.25 0.15 143.18 0.54 0.68
Hex 82 DA A4 28 0 19 F 8F 36 44
Octal 202 332 244 50 0 31 17 217 66 104
Binary 10000010 11011010 10100100 101000 0 11001 1111 10001111 110110 1000100

Color Harmonies of #82DAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DAA4

Black with #82DAA4

Text Example


Text Example

White with #82DAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,164); }

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

background-color css

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

 a { background-color: rgb(130,218,164); }

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

border-color css

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

 span { border-color: rgb(130,218,164); }

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