Html Css Color HEX #A0FFDF Magic Mint

📋 copy color: '#A0FFDF'

red 160 ◦ green 255 ◦ blue 223

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

Shades of Magic Mint #A0FFDF

Tints of Magic Mint #A0FFDF

RGB

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

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

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

R = 25.08%
G = 39.97%
B = 34.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#A0FFDF (or 0xA0FFDF) is known color: Magic Mint. HEX triplet: A0, FF and DF. RGB value is (160,255,223). Sum of RGB (Red+Green+Blue) = 160+255+223=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFDF is #5F0020. Grayscale: #DEDEDE. Windows color (decimal): -6225953 or 14679968. OLE color: 14679968.

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

Color convert

RGB 160 255 223 -
CMYK 0.37 0 0.13 0
HSL 159.79º 1% 0.81% -
HSV(B) 159.79º 0.37% 1% -
XYZ 63.58 84.32 82.74 -
YUV 222.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 160 255 223 0.37 0 0.13 0 159.79 1 0.81
Hex A0 FF DF 25 0 D 0 A0 64 51
Octal 240 377 337 45 0 15 0 240 144 121
Binary 10100000 11111111 11011111 100101 0 1101 0 10100000 1100100 1010001

Color Harmonies of #A0FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFDF

Black with #A0FFDF

Text Example


Text Example

White with #A0FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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