Html Css Color HEX #A2E2BB Vista Blue

📋 copy color: '#A2E2BB'

red 162 ◦ green 226 ◦ blue 187

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

Shades of Vista Blue #A2E2BB

Tints of Vista Blue #A2E2BB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.3%

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

R = 28.17%
G = 39.3%
B = 32.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#A2E2BB (or 0xA2E2BB) is known color: Vista Blue. HEX triplet: A2, E2 and BB. RGB value is (162,226,187). Sum of RGB (Red+Green+Blue) = 162+226+187=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E2BB is #5D1D44. Grayscale: #CACACA. Windows color (decimal): -6102341 or 12313250. OLE color: 12313250.

HSL color Cylindrical-coordinate representation of color #A2E2BB: hue angle of 143.44º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E2BB is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 226 187 -
CMYK 0.28 0 0.17 0.11
HSL 143.44º 0.52% 0.76% -
HSV(B) 143.44º 0.28% 0.89% -
XYZ 51.07 65.66 57 -
YUV 202.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 162 226 187 0.28 0 0.17 0.11 143.44 0.52 0.76
Hex A2 E2 BB 1C 0 11 B 8F 34 4C
Octal 242 342 273 34 0 21 13 217 64 114
Binary 10100010 11100010 10111011 11100 0 10001 1011 10001111 110100 1001100

Color Harmonies of #A2E2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E2BB

Black with #A2E2BB

Text Example


Text Example

White with #A2E2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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