Html Css Color HEX #A0FCC4 Magic Mint

📋 copy color: '#A0FCC4'

red 160 ◦ green 252 ◦ blue 196

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

Shades of Magic Mint #A0FCC4

Tints of Magic Mint #A0FCC4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.45%

 BLUE value IS 196 (76.95% from 255) = 32.24%

R = 26.32%
G = 41.45%
B = 32.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#A0FCC4 (or 0xA0FCC4) is known color: Magic Mint. HEX triplet: A0, FC and C4. RGB value is (160,252,196). Sum of RGB (Red+Green+Blue) = 160+252+196=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCC4 is #5F033B. Grayscale: #DADADA. Windows color (decimal): -6226748 or 12909728. OLE color: 12909728.

HSL color Cylindrical-coordinate representation of color #A0FCC4: hue angle of 143.48º degrees, saturation: 0.94, 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 #A0FCC4 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 196 -
CMYK 0.37 0 0.22 0.01
HSL 143.48º 0.94% 0.81% -
HSV(B) 143.48º 0.37% 0.99% -
XYZ 59.27 81.08 64.75 -
YUV 218.11 115.52 86.55 -
System Red Green Blue C M Y K H S L
Decimal 160 252 196 0.37 0 0.22 0.01 143.48 0.94 0.81
Hex A0 FC C4 25 0 16 1 8F 5E 51
Octal 240 374 304 45 0 26 1 217 136 121
Binary 10100000 11111100 11000100 100101 0 10110 1 10001111 1011110 1010001

Color Harmonies of #A0FCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCC4

Black with #A0FCC4

Text Example


Text Example

White with #A0FCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCC4; }

 p { color: rgb(160,252,196); }

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

background-color css

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

 a { background-color: rgb(160,252,196); }

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

border-color css

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

 span { border-color: rgb(160,252,196); }

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