Html Css Color HEX #82DEAB Vista Blue

📋 copy color: '#82DEAB'

red 130 ◦ green 222 ◦ blue 171

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

Shades of Vista Blue #82DEAB

Tints of Vista Blue #82DEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.45%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 24.86%
G = 42.45%
B = 32.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#82DEAB (or 0x82DEAB) is known color: Vista Blue. HEX triplet: 82, DE and AB. RGB value is (130,222,171). Sum of RGB (Red+Green+Blue) = 130+222+171=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DEAB is #7D2154. Grayscale: #BCBCBC. Windows color (decimal): -8200533 or 11263618. OLE color: 11263618.

HSL color Cylindrical-coordinate representation of color #82DEAB: hue angle of 146.74º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DEAB is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 222 171 -
CMYK 0.41 0 0.23 0.13
HSL 146.74º 0.58% 0.69% -
HSV(B) 146.74º 0.41% 0.87% -
XYZ 42.68 59.93 47.85 -
YUV 188.68 118.02 86.15 -
System Red Green Blue C M Y K H S L
Decimal 130 222 171 0.41 0 0.23 0.13 146.74 0.58 0.69
Hex 82 DE AB 29 0 17 D 93 3A 45
Octal 202 336 253 51 0 27 15 223 72 105
Binary 10000010 11011110 10101011 101001 0 10111 1101 10010011 111010 1000101

Color Harmonies of #82DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DEAB

Black with #82DEAB

Text Example


Text Example

White with #82DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,222,171); }

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

background-color css

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

 a { background-color: rgb(130,222,171); }

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

border-color css

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

 span { border-color: rgb(130,222,171); }

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