Html Css Color HEX #A6E1BE Vista Blue

📋 copy color: '#A6E1BE'

red 166 ◦ green 225 ◦ blue 190

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

Shades of Vista Blue #A6E1BE

Tints of Vista Blue #A6E1BE

RGB

 RED value IS 166 (65.23% from 255) = 28.57%

 GREEN value IS 225 (88.28% from 255) = 38.73%

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

R = 28.57%
G = 38.73%
B = 32.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#A6E1BE (or 0xA6E1BE) is known color: Vista Blue. HEX triplet: A6, E1 and BE. RGB value is (166,225,190). Sum of RGB (Red+Green+Blue) = 166+225+190=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1BE is #591E41. Grayscale: #CBCBCB. Windows color (decimal): -5840450 or 12509606. OLE color: 12509606.

HSL color Cylindrical-coordinate representation of color #A6E1BE: hue angle of 144.41º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1BE is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 225 190 -
CMYK 0.26 0 0.16 0.12
HSL 144.41º 0.5% 0.77% -
HSV(B) 144.41º 0.26% 0.88% -
XYZ 51.95 65.68 58.65 -
YUV 203.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 166 225 190 0.26 0 0.16 0.12 144.41 0.5 0.77
Hex A6 E1 BE 1A 0 10 C 90 32 4D
Octal 246 341 276 32 0 20 14 220 62 115
Binary 10100110 11100001 10111110 11010 0 10000 1100 10010000 110010 1001101

Color Harmonies of #A6E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E1BE

Black with #A6E1BE

Text Example


Text Example

White with #A6E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E1BE; }

 p { color: rgb(166,225,190); }

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

background-color css

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

 a { background-color: rgb(166,225,190); }

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

border-color css

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

 span { border-color: rgb(166,225,190); }

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