Html Css Color HEX #A0FCC6 Magic Mint

📋 copy color: '#A0FCC6'

red 160 ◦ green 252 ◦ blue 198

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

Shades of Magic Mint #A0FCC6

Tints of Magic Mint #A0FCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.46%

R = 26.23%
G = 41.31%
B = 32.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#A0FCC6 (or 0xA0FCC6) is known color: Magic Mint. HEX triplet: A0, FC and C6. RGB value is (160,252,198). Sum of RGB (Red+Green+Blue) = 160+252+198=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCC6 is #5F0339. Grayscale: #DADADA. Windows color (decimal): -6226746 or 13040800. OLE color: 13040800.

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

Color convert

RGB 160 252 198 -
CMYK 0.37 0 0.21 0.01
HSL 144.78º 0.94% 0.81% -
HSV(B) 144.78º 0.37% 0.99% -
XYZ 59.5 81.17 65.96 -
YUV 218.34 116.52 86.39 -
System Red Green Blue C M Y K H S L
Decimal 160 252 198 0.37 0 0.21 0.01 144.78 0.94 0.81
Hex A0 FC C6 25 0 15 1 91 5E 51
Octal 240 374 306 45 0 25 1 221 136 121
Binary 10100000 11111100 11000110 100101 0 10101 1 10010001 1011110 1010001

Color Harmonies of #A0FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCC6

Black with #A0FCC6

Text Example


Text Example

White with #A0FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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