Html Css Color HEX #A0FFBC Magic Mint

📋 copy color: '#A0FFBC'

red 160 ◦ green 255 ◦ blue 188

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

Shades of Magic Mint #A0FFBC

Tints of Magic Mint #A0FFBC

RGB

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

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

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

R = 26.53%
G = 42.29%
B = 31.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#A0FFBC (or 0xA0FFBC) is known color: Magic Mint. HEX triplet: A0, FF and BC. RGB value is (160,255,188). Sum of RGB (Red+Green+Blue) = 160+255+188=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFBC is #5F0043. Grayscale: #DBDBDB. Windows color (decimal): -6225988 or 12386208. OLE color: 12386208.

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

Color convert

RGB 160 255 188 -
CMYK 0.37 0 0.26 0
HSL 137.68º 1% 0.81% -
HSV(B) 137.68º 0.37% 1% -
XYZ 59.33 82.62 60.4 -
YUV 218.96 110.53 85.95 -
System Red Green Blue C M Y K H S L
Decimal 160 255 188 0.37 0 0.26 0 137.68 1 0.81
Hex A0 FF BC 25 0 1A 0 8A 64 51
Octal 240 377 274 45 0 32 0 212 144 121
Binary 10100000 11111111 10111100 100101 0 11010 0 10001010 1100100 1010001

Color Harmonies of #A0FFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFBC

Black with #A0FFBC

Text Example


Text Example

White with #A0FFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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