Html Css Color HEX #A0FFC5 Magic Mint

📋 copy color: '#A0FFC5'

red 160 ◦ green 255 ◦ blue 197

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

Shades of Magic Mint #A0FFC5

Tints of Magic Mint #A0FFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.19%

R = 26.14%
G = 41.67%
B = 32.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#A0FFC5 (or 0xA0FFC5) is known color: Magic Mint. HEX triplet: A0, FF and C5. RGB value is (160,255,197). Sum of RGB (Red+Green+Blue) = 160+255+197=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFC5 is #5F003A. Grayscale: #DCDCDC. Windows color (decimal): -6225979 or 12976032. OLE color: 12976032.

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

Color convert

RGB 160 255 197 -
CMYK 0.37 0 0.23 0
HSL 143.37º 1% 0.81% -
HSV(B) 143.37º 0.37% 1% -
XYZ 60.34 83.02 65.67 -
YUV 219.98 115.03 85.22 -
System Red Green Blue C M Y K H S L
Decimal 160 255 197 0.37 0 0.23 0 143.37 1 0.81
Hex A0 FF C5 25 0 17 0 8F 64 51
Octal 240 377 305 45 0 27 0 217 144 121
Binary 10100000 11111111 11000101 100101 0 10111 0 10001111 1100100 1010001

Color Harmonies of #A0FFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFC5

Black with #A0FFC5

Text Example


Text Example

White with #A0FFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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