Html Css Color HEX #A1E5BE Vista Blue

📋 copy color: '#A1E5BE'

red 161 ◦ green 229 ◦ blue 190

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

Shades of Vista Blue #A1E5BE

Tints of Vista Blue #A1E5BE

RGB

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

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

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

R = 27.76%
G = 39.48%
B = 32.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#A1E5BE (or 0xA1E5BE) is known color: Vista Blue. HEX triplet: A1, E5 and BE. RGB value is (161,229,190). Sum of RGB (Red+Green+Blue) = 161+229+190=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5BE is #5E1A41. Grayscale: #CCCCCC. Windows color (decimal): -6167106 or 12510625. OLE color: 12510625.

HSL color Cylindrical-coordinate representation of color #A1E5BE: hue angle of 145.59º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5BE is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 190 -
CMYK 0.30 0 0.17 0.10
HSL 145.59º 0.57% 0.76% -
HSV(B) 145.59º 0.3% 0.9% -
XYZ 52.01 67.33 58.97 -
YUV 204.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 161 229 190 0.30 0 0.17 0.10 145.59 0.57 0.76
Hex A1 E5 BE 1E 0 11 A 92 39 4C
Octal 241 345 276 36 0 21 12 222 71 114
Binary 10100001 11100101 10111110 11110 0 10001 1010 10010010 111001 1001100

Color Harmonies of #A1E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5BE

Black with #A1E5BE

Text Example


Text Example

White with #A1E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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