#82D3AD

Color #82D3AD Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #82D3AD

Tints of Vista Blue #82D3AD

Color information

#82D3AD (or 0x82D3AD) is unknown color: approx Vista Blue. HEX triplet: 82, D3 and AD. RGB value is (130,211,173). Sum of RGB (Red+Green+Blue) = 130+211+173=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #82D3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D3AD is #7D2C52. Grayscale: #B6B6B6. Windows color (decimal): -8203347 or 11391874. OLE color: 11391874.

HSL color Cylindrical-coordinate representation of color #82D3AD: hue angle of 151.85º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D3AD is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB130211173-
CMYK0.3800.180.17
HSL151.85º47.93%66.86%-
HSV(B)151.85º38.39%82.75%-
XYZ40.0454.3547.92-
YUV182.45122.6690.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.29%
GREEN value IS 211 (82.81% from 255) = 41.05%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=25.29%
G=41.05%
B=33.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302111730.3800.180.17151.8547.9366.86
Hex82D3AD2601211983043
Octal202323255460222123060103
Binary10000010110100111010110110011001001010001100110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,211,173); }

 H1.HeaderClassName
 {
   color: #82D3AD;
 }
 .AnyTagClassName
 {
   color: #82D3AD;
 }
</style>
background-color css

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

 a { background-color: rgb(130,211,173); }

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

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

 span { border-color: rgb(130,211,173); }

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