Html Css Color HEX #A0E5B9 Vista Blue

📋 copy color: '#A0E5B9'

red 160 ◦ green 229 ◦ blue 185

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

Shades of Vista Blue #A0E5B9

Tints of Vista Blue #A0E5B9

RGB

 RED value IS 160 (62.89% from 255) = 27.87%

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

 BLUE value IS 185 (72.66% from 255) = 32.23%

R = 27.87%
G = 39.9%
B = 32.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#A0E5B9 (or 0xA0E5B9) is known color: Vista Blue. HEX triplet: A0, E5 and B9. RGB value is (160,229,185). Sum of RGB (Red+Green+Blue) = 160+229+185=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E5B9 is #5F1A46. Grayscale: #CBCBCB. Windows color (decimal): -6232647 or 12182944. OLE color: 12182944.

HSL color Cylindrical-coordinate representation of color #A0E5B9: hue angle of 141.74º 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 #A0E5B9 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 185 -
CMYK 0.30 0 0.19 0.10
HSL 141.74º 0.57% 0.76% -
HSV(B) 141.74º 0.3% 0.9% -
XYZ 51.27 67.01 56.13 -
YUV 203.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 160 229 185 0.30 0 0.19 0.10 141.74 0.57 0.76
Hex A0 E5 B9 1E 0 13 A 8E 39 4C
Octal 240 345 271 36 0 23 12 216 71 114
Binary 10100000 11100101 10111001 11110 0 10011 1010 10001110 111001 1001100

Color Harmonies of #A0E5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E5B9

Black with #A0E5B9

Text Example


Text Example

White with #A0E5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E5B9; }

 p { color: rgb(160,229,185); }

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

background-color css

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

 a { background-color: rgb(160,229,185); }

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

border-color css

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

 span { border-color: rgb(160,229,185); }

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