Html Css Color HEX #82CEAB Vista Blue

📋 copy color: '#82CEAB'

red 130 ◦ green 206 ◦ blue 171

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

Shades of Vista Blue #82CEAB

Tints of Vista Blue #82CEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.63%

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

R = 25.64%
G = 40.63%
B = 33.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#82CEAB (or 0x82CEAB) is known color: Vista Blue. HEX triplet: 82, CE and AB. RGB value is (130,206,171). Sum of RGB (Red+Green+Blue) = 130+206+171=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEAB is #7D3154. Grayscale: #B3B3B3. Windows color (decimal): -8204629 or 11259522. OLE color: 11259522.

HSL color Cylindrical-coordinate representation of color #82CEAB: hue angle of 152.37º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEAB is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 171 -
CMYK 0.37 0 0.17 0.19
HSL 152.37º 0.44% 0.66% -
HSV(B) 152.37º 0.37% 0.81% -
XYZ 38.63 51.83 46.5 -
YUV 179.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 130 206 171 0.37 0 0.17 0.19 152.37 0.44 0.66
Hex 82 CE AB 25 0 11 13 98 2C 42
Octal 202 316 253 45 0 21 23 230 54 102
Binary 10000010 11001110 10101011 100101 0 10001 10011 10011000 101100 1000010

Color Harmonies of #82CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CEAB

Black with #82CEAB

Text Example


Text Example

White with #82CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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