Html Css Color HEX #A2E9BD Vista Blue

📋 copy color: '#A2E9BD'

red 162 ◦ green 233 ◦ blue 189

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

Shades of Vista Blue #A2E9BD

Tints of Vista Blue #A2E9BD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.9%

 BLUE value IS 189 (74.22% from 255) = 32.36%

R = 27.74%
G = 39.9%
B = 32.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#A2E9BD (or 0xA2E9BD) is known color: Vista Blue. HEX triplet: A2, E9 and BD. RGB value is (162,233,189). Sum of RGB (Red+Green+Blue) = 162+233+189=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9BD is #5D1642. Grayscale: #CECECE. Windows color (decimal): -6100547 or 12446114. OLE color: 12446114.

HSL color Cylindrical-coordinate representation of color #A2E9BD: hue angle of 142.82º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9BD is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 233 189 -
CMYK 0.30 0 0.19 0.09
HSL 142.82º 0.62% 0.77% -
HSV(B) 142.82º 0.3% 0.91% -
XYZ 53.22 69.63 58.78 -
YUV 206.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 162 233 189 0.30 0 0.19 0.09 142.82 0.62 0.77
Hex A2 E9 BD 1E 0 13 9 8F 3E 4D
Octal 242 351 275 36 0 23 11 217 76 115
Binary 10100010 11101001 10111101 11110 0 10011 1001 10001111 111110 1001101

Color Harmonies of #A2E9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E9BD

Black with #A2E9BD

Text Example


Text Example

White with #A2E9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E9BD; }

 p { color: rgb(162,233,189); }

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

background-color css

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

 a { background-color: rgb(162,233,189); }

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

border-color css

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

 span { border-color: rgb(162,233,189); }

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