Html Css Color HEX #A0F6DF Magic Mint

📋 copy color: '#A0F6DF'

red 160 ◦ green 246 ◦ blue 223

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

Shades of Magic Mint #A0F6DF

Tints of Magic Mint #A0F6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.11%

 BLUE value IS 223 (87.5% from 255) = 35.45%

R = 25.44%
G = 39.11%
B = 35.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#A0F6DF (or 0xA0F6DF) is known color: Magic Mint. HEX triplet: A0, F6 and DF. RGB value is (160,246,223). Sum of RGB (Red+Green+Blue) = 160+246+223=629 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.44% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F6DF is #5F0920. Grayscale: #D9D9D9. Windows color (decimal): -6228257 or 14677664. OLE color: 14677664.

HSL color Cylindrical-coordinate representation of color #A0F6DF: hue angle of 163.95º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F6DF is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 223 -
CMYK 0.35 0 0.09 0.04
HSL 163.95º 0.83% 0.8% -
HSV(B) 163.95º 0.35% 0.96% -
XYZ 60.77 78.71 81.8 -
YUV 217.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 160 246 223 0.35 0 0.09 0.04 163.95 0.83 0.8
Hex A0 F6 DF 23 0 9 4 A4 53 50
Octal 240 366 337 43 0 11 4 244 123 120
Binary 10100000 11110110 11011111 100011 0 1001 100 10100100 1010011 1010000

Color Harmonies of #A0F6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F6DF

Black with #A0F6DF

Text Example


Text Example

White with #A0F6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F6DF; }

 p { color: rgb(160,246,223); }

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

background-color css

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

 a { background-color: rgb(160,246,223); }

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

border-color css

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

 span { border-color: rgb(160,246,223); }

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