Html Css Color HEX #82CDAA Vista Blue

📋 copy color: '#82CDAA'

red 130 ◦ green 205 ◦ blue 170

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

Shades of Vista Blue #82CDAA

Tints of Vista Blue #82CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 25.74%
G = 40.59%
B = 33.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#82CDAA (or 0x82CDAA) is known color: Vista Blue. HEX triplet: 82, CD and AA. RGB value is (130,205,170). Sum of RGB (Red+Green+Blue) = 130+205+170=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CDAA is #7D3255. Grayscale: #B2B2B2. Windows color (decimal): -8204886 or 11193730. OLE color: 11193730.

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

Color convert

RGB 130 205 170 -
CMYK 0.37 0 0.17 0.20
HSL 152º 0.43% 0.66% -
HSV(B) 152º 0.37% 0.8% -
XYZ 38.29 51.31 45.92 -
YUV 178.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 130 205 170 0.37 0 0.17 0.20 152 0.43 0.66
Hex 82 CD AA 25 0 11 14 98 2B 42
Octal 202 315 252 45 0 21 24 230 53 102
Binary 10000010 11001101 10101010 100101 0 10001 10100 10011000 101011 1000010

Color Harmonies of #82CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CDAA

Black with #82CDAA

Text Example


Text Example

White with #82CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,205,170); }

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

background-color css

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

 a { background-color: rgb(130,205,170); }

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

border-color css

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

 span { border-color: rgb(130,205,170); }

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