Html Css Color HEX #A0FDC2 Magic Mint

📋 copy color: '#A0FDC2'

red 160 ◦ green 253 ◦ blue 194

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

Shades of Magic Mint #A0FDC2

Tints of Magic Mint #A0FDC2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.68%

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 26.36%
G = 41.68%
B = 31.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#A0FDC2 (or 0xA0FDC2) is known color: Magic Mint. HEX triplet: A0, FD and C2. RGB value is (160,253,194). Sum of RGB (Red+Green+Blue) = 160+253+194=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDC2 is #5F023D. Grayscale: #DADADA. Windows color (decimal): -6226494 or 12778912. OLE color: 12778912.

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

Color convert

RGB 160 253 194 -
CMYK 0.37 0 0.23 0.01
HSL 141.94º 0.96% 0.81% -
HSV(B) 141.94º 0.37% 0.99% -
XYZ 59.36 81.62 63.66 -
YUV 218.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 160 253 194 0.37 0 0.23 0.01 141.94 0.96 0.81
Hex A0 FD C2 25 0 17 1 8E 60 51
Octal 240 375 302 45 0 27 1 216 140 121
Binary 10100000 11111101 11000010 100101 0 10111 1 10001110 1100000 1010001

Color Harmonies of #A0FDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FDC2

Black with #A0FDC2

Text Example


Text Example

White with #A0FDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FDC2; }

 p { color: rgb(160,253,194); }

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

background-color css

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

 a { background-color: rgb(160,253,194); }

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

border-color css

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

 span { border-color: rgb(160,253,194); }

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