Html Css Color HEX #A0E9BE Vista Blue

📋 copy color: '#A0E9BE'

red 160 ◦ green 233 ◦ blue 190

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

Shades of Vista Blue #A0E9BE

Tints of Vista Blue #A0E9BE

RGB

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

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

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

R = 27.44%
G = 39.97%
B = 32.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#A0E9BE (or 0xA0E9BE) is known color: Vista Blue. HEX triplet: A0, E9 and BE. RGB value is (160,233,190). Sum of RGB (Red+Green+Blue) = 160+233+190=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9BE is #5F1641. Grayscale: #CECECE. Windows color (decimal): -6231618 or 12511648. OLE color: 12511648.

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

Color convert

RGB 160 233 190 -
CMYK 0.31 0 0.18 0.09
HSL 144.66º 0.62% 0.77% -
HSV(B) 144.66º 0.31% 0.91% -
XYZ 52.93 69.47 59.33 -
YUV 206.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 160 233 190 0.31 0 0.18 0.09 144.66 0.62 0.77
Hex A0 E9 BE 1F 0 12 9 91 3E 4D
Octal 240 351 276 37 0 22 11 221 76 115
Binary 10100000 11101001 10111110 11111 0 10010 1001 10010001 111110 1001101

Color Harmonies of #A0E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E9BE

Black with #A0E9BE

Text Example


Text Example

White with #A0E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E9BE; }

 p { color: rgb(160,233,190); }

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

background-color css

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

 a { background-color: rgb(160,233,190); }

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

border-color css

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

 span { border-color: rgb(160,233,190); }

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