Html Css Color HEX #A0EBBE Magic Mint

📋 copy color: '#A0EBBE'

red 160 ◦ green 235 ◦ blue 190

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

Shades of Magic Mint #A0EBBE

Tints of Magic Mint #A0EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

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

R = 27.35%
G = 40.17%
B = 32.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#A0EBBE (or 0xA0EBBE) is known color: Magic Mint. HEX triplet: A0, EB and BE. RGB value is (160,235,190). Sum of RGB (Red+Green+Blue) = 160+235+190=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBBE is #5F1441. Grayscale: #CFCFCF. Windows color (decimal): -6231106 or 12512160. OLE color: 12512160.

HSL color Cylindrical-coordinate representation of color #A0EBBE: hue angle of 144º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBBE is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 190 -
CMYK 0.32 0 0.19 0.08
HSL 144º 0.65% 0.77% -
HSV(B) 144º 0.32% 0.92% -
XYZ 53.5 70.61 59.52 -
YUV 207.45 118.15 94.16 -
System Red Green Blue C M Y K H S L
Decimal 160 235 190 0.32 0 0.19 0.08 144 0.65 0.77
Hex A0 EB BE 20 0 13 8 90 41 4D
Octal 240 353 276 40 0 23 10 220 101 115
Binary 10100000 11101011 10111110 100000 0 10011 1000 10010000 1000001 1001101

Color Harmonies of #A0EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBBE

Black with #A0EBBE

Text Example


Text Example

White with #A0EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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