Html Css Color HEX #A0FFBB Magic Mint

📋 copy color: '#A0FFBB'

red 160 ◦ green 255 ◦ blue 187

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

Shades of Magic Mint #A0FFBB

Tints of Magic Mint #A0FFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.06%

R = 26.58%
G = 42.36%
B = 31.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#A0FFBB (or 0xA0FFBB) is known color: Magic Mint. HEX triplet: A0, FF and BB. RGB value is (160,255,187). Sum of RGB (Red+Green+Blue) = 160+255+187=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFBB is #5F0044. Grayscale: #DBDBDB. Windows color (decimal): -6225989 or 12320672. OLE color: 12320672.

HSL color Cylindrical-coordinate representation of color #A0FFBB: hue angle of 137.05º 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 #A0FFBB is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 160 255 187 -
CMYK 0.37 0 0.27 0
HSL 137.05º 1% 0.81% -
HSV(B) 137.05º 0.37% 1% -
XYZ 59.23 82.58 59.83 -
YUV 218.84 110.03 86.03 -
System Red Green Blue C M Y K H S L
Decimal 160 255 187 0.37 0 0.27 0 137.05 1 0.81
Hex A0 FF BB 25 0 1B 0 89 64 51
Octal 240 377 273 45 0 33 0 211 144 121
Binary 10100000 11111111 10111011 100101 0 11011 0 10001001 1100100 1010001

Color Harmonies of #A0FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFBB

Black with #A0FFBB

Text Example


Text Example

White with #A0FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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