Html Css Color HEX #82D5A8 Vista Blue

📋 copy color: '#82D5A8'

red 130 ◦ green 213 ◦ blue 168

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

Shades of Vista Blue #82D5A8

Tints of Vista Blue #82D5A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.88%

R = 25.44%
G = 41.68%
B = 32.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#82D5A8 (or 0x82D5A8) is known color: Vista Blue. HEX triplet: 82, D5 and A8. RGB value is (130,213,168). Sum of RGB (Red+Green+Blue) = 130+213+168=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #82D5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D5A8 is #7D2A57. Grayscale: #B7B7B7. Windows color (decimal): -8202840 or 11064706. OLE color: 11064706.

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

Color convert

RGB 130 213 168 -
CMYK 0.39 0 0.21 0.16
HSL 147.47º 0.5% 0.67% -
HSV(B) 147.47º 0.39% 0.84% -
XYZ 40.07 55.16 45.58 -
YUV 183.05 119.5 90.16 -
System Red Green Blue C M Y K H S L
Decimal 130 213 168 0.39 0 0.21 0.16 147.47 0.5 0.67
Hex 82 D5 A8 27 0 15 10 93 32 43
Octal 202 325 250 47 0 25 20 223 62 103
Binary 10000010 11010101 10101000 100111 0 10101 10000 10010011 110010 1000011

Color Harmonies of #82D5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D5A8

Black with #82D5A8

Text Example


Text Example

White with #82D5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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