Html Css Color HEX #A2D5BE Vista Blue

📋 copy color: '#A2D5BE'

red 162 ◦ green 213 ◦ blue 190

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

Shades of Vista Blue #A2D5BE

Tints of Vista Blue #A2D5BE

RGB

 RED value IS 162 (63.67% from 255) = 28.67%

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

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 28.67%
G = 37.7%
B = 33.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#A2D5BE (or 0xA2D5BE) is known color: Vista Blue. HEX triplet: A2, D5 and BE. RGB value is (162,213,190). Sum of RGB (Red+Green+Blue) = 162+213+190=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D5BE is #5D2A41. Grayscale: #C3C3C3. Windows color (decimal): -6105666 or 12506530. OLE color: 12506530.

HSL color Cylindrical-coordinate representation of color #A2D5BE: hue angle of 152.94º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D5BE is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 213 190 -
CMYK 0.24 0 0.11 0.16
HSL 152.94º 0.38% 0.74% -
HSV(B) 152.94º 0.24% 0.84% -
XYZ 47.99 58.99 57.57 -
YUV 195.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 162 213 190 0.24 0 0.11 0.16 152.94 0.38 0.74
Hex A2 D5 BE 18 0 B 10 99 26 4A
Octal 242 325 276 30 0 13 20 231 46 112
Binary 10100010 11010101 10111110 11000 0 1011 10000 10011001 100110 1001010

Color Harmonies of #A2D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D5BE

Black with #A2D5BE

Text Example


Text Example

White with #A2D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D5BE; }

 p { color: rgb(162,213,190); }

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

background-color css

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

 a { background-color: rgb(162,213,190); }

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

border-color css

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

 span { border-color: rgb(162,213,190); }

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