Html Css Color HEX #82D5AF Vista Blue

📋 copy color: '#82D5AF'

red 130 ◦ green 213 ◦ blue 175

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

Shades of Vista Blue #82D5AF

Tints of Vista Blue #82D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

 BLUE value IS 175 (68.75% from 255) = 33.78%

R = 25.1%
G = 41.12%
B = 33.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#82D5AF (or 0x82D5AF) is known color: Vista Blue. HEX triplet: 82, D5 and AF. RGB value is (130,213,175). Sum of RGB (Red+Green+Blue) = 130+213+175=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #82D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D5AF is #7D2A50. Grayscale: #B7B7B7. Windows color (decimal): -8202833 or 11523458. OLE color: 11523458.

HSL color Cylindrical-coordinate representation of color #82D5AF: hue angle of 152.53º degrees, saturation: 0.5, 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 #82D5AF is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 175 -
CMYK 0.39 0 0.18 0.16
HSL 152.53º 0.5% 0.67% -
HSV(B) 152.53º 0.39% 0.84% -
XYZ 40.74 55.43 49.11 -
YUV 183.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 130 213 175 0.39 0 0.18 0.16 152.53 0.5 0.67
Hex 82 D5 AF 27 0 12 10 99 32 43
Octal 202 325 257 47 0 22 20 231 62 103
Binary 10000010 11010101 10101111 100111 0 10010 10000 10011001 110010 1000011

Color Harmonies of #82D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D5AF

Black with #82D5AF

Text Example


Text Example

White with #82D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,213,175); }

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

background-color css

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

 a { background-color: rgb(130,213,175); }

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

border-color css

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

 span { border-color: rgb(130,213,175); }

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