Html Css Color HEX #A1E4BE Vista Blue

📋 copy color: '#A1E4BE'

red 161 ◦ green 228 ◦ blue 190

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

Shades of Vista Blue #A1E4BE

Tints of Vista Blue #A1E4BE

RGB

 RED value IS 161 (63.28% from 255) = 27.81%

 GREEN value IS 228 (89.45% from 255) = 39.38%

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

R = 27.81%
G = 39.38%
B = 32.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#A1E4BE (or 0xA1E4BE) is known color: Vista Blue. HEX triplet: A1, E4 and BE. RGB value is (161,228,190). Sum of RGB (Red+Green+Blue) = 161+228+190=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4BE is #5E1B41. Grayscale: #CBCBCB. Windows color (decimal): -6167362 or 12510369. OLE color: 12510369.

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

Color convert

RGB 161 228 190 -
CMYK 0.29 0 0.17 0.11
HSL 145.97º 0.55% 0.76% -
HSV(B) 145.97º 0.29% 0.89% -
XYZ 51.74 66.78 58.88 -
YUV 203.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 161 228 190 0.29 0 0.17 0.11 145.97 0.55 0.76
Hex A1 E4 BE 1D 0 11 B 92 37 4C
Octal 241 344 276 35 0 21 13 222 67 114
Binary 10100001 11100100 10111110 11101 0 10001 1011 10010010 110111 1001100

Color Harmonies of #A1E4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E4BE

Black with #A1E4BE

Text Example


Text Example

White with #A1E4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E4BE; }

 p { color: rgb(161,228,190); }

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

background-color css

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

 a { background-color: rgb(161,228,190); }

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

border-color css

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

 span { border-color: rgb(161,228,190); }

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