Html Css Color HEX #A2E5BB Vista Blue

📋 copy color: '#A2E5BB'

red 162 ◦ green 229 ◦ blue 187

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

Shades of Vista Blue #A2E5BB

Tints of Vista Blue #A2E5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.62%

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 28.03%
G = 39.62%
B = 32.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#A2E5BB (or 0xA2E5BB) is known color: Vista Blue. HEX triplet: A2, E5 and BB. RGB value is (162,229,187). Sum of RGB (Red+Green+Blue) = 162+229+187=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5BB is #5D1A44. Grayscale: #CCCCCC. Windows color (decimal): -6101573 or 12314018. OLE color: 12314018.

HSL color Cylindrical-coordinate representation of color #A2E5BB: hue angle of 142.39º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E5BB is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 229 187 -
CMYK 0.29 0 0.18 0.10
HSL 142.39º 0.56% 0.77% -
HSV(B) 142.39º 0.29% 0.9% -
XYZ 51.89 67.31 57.27 -
YUV 204.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 162 229 187 0.29 0 0.18 0.10 142.39 0.56 0.77
Hex A2 E5 BB 1D 0 12 A 8E 38 4D
Octal 242 345 273 35 0 22 12 216 70 115
Binary 10100010 11100101 10111011 11101 0 10010 1010 10001110 111000 1001101

Color Harmonies of #A2E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E5BB

Black with #A2E5BB

Text Example


Text Example

White with #A2E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E5BB; }

 p { color: rgb(162,229,187); }

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

background-color css

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

 a { background-color: rgb(162,229,187); }

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

border-color css

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

 span { border-color: rgb(162,229,187); }

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