Html Css Color HEX #A0FFBE Magic Mint

📋 copy color: '#A0FFBE'

red 160 ◦ green 255 ◦ blue 190

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

Shades of Magic Mint #A0FFBE

Tints of Magic Mint #A0FFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 42.15%

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

R = 26.45%
G = 42.15%
B = 31.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#A0FFBE (or 0xA0FFBE) is known color: Magic Mint. HEX triplet: A0, FF and BE. RGB value is (160,255,190). Sum of RGB (Red+Green+Blue) = 160+255+190=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFBE is #5F0041. Grayscale: #DBDBDB. Windows color (decimal): -6225986 or 12517280. OLE color: 12517280.

HSL color Cylindrical-coordinate representation of color #A0FFBE: hue angle of 138.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFBE is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 160 255 190 -
CMYK 0.37 0 0.25 0
HSL 138.95º 1% 0.81% -
HSV(B) 138.95º 0.37% 1% -
XYZ 59.55 82.71 61.54 -
YUV 219.19 111.53 85.79 -
System Red Green Blue C M Y K H S L
Decimal 160 255 190 0.37 0 0.25 0 138.95 1 0.81
Hex A0 FF BE 25 0 19 0 8B 64 51
Octal 240 377 276 45 0 31 0 213 144 121
Binary 10100000 11111111 10111110 100101 0 11001 0 10001011 1100100 1010001

Color Harmonies of #A0FFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFBE

Black with #A0FFBE

Text Example


Text Example

White with #A0FFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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