Html Css Color HEX #A0EDBC Vista Blue

📋 copy color: '#A0EDBC'

red 160 ◦ green 237 ◦ blue 188

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

Shades of Vista Blue #A0EDBC

Tints of Vista Blue #A0EDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.51%

 BLUE value IS 188 (73.83% from 255) = 32.14%

R = 27.35%
G = 40.51%
B = 32.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#A0EDBC (or 0xA0EDBC) is known color: Vista Blue. HEX triplet: A0, ED and BC. RGB value is (160,237,188). Sum of RGB (Red+Green+Blue) = 160+237+188=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EDBC is #5F1243. Grayscale: #D0D0D0. Windows color (decimal): -6230596 or 12381600. OLE color: 12381600.

HSL color Cylindrical-coordinate representation of color #A0EDBC: hue angle of 141.82º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EDBC is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 188 -
CMYK 0.32 0 0.21 0.07
HSL 141.82º 0.68% 0.78% -
HSV(B) 141.82º 0.32% 0.93% -
XYZ 53.86 71.67 58.57 -
YUV 208.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 160 237 188 0.32 0 0.21 0.07 141.82 0.68 0.78
Hex A0 ED BC 20 0 15 7 8E 44 4E
Octal 240 355 274 40 0 25 7 216 104 116
Binary 10100000 11101101 10111100 100000 0 10101 111 10001110 1000100 1001110

Color Harmonies of #A0EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDBC

Black with #A0EDBC

Text Example


Text Example

White with #A0EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDBC; }

 p { color: rgb(160,237,188); }

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

background-color css

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

 a { background-color: rgb(160,237,188); }

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

border-color css

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

 span { border-color: rgb(160,237,188); }

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