Html Css Color HEX #A0FCDF Magic Mint

📋 copy color: '#A0FCDF'

red 160 ◦ green 252 ◦ blue 223

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

Shades of Magic Mint #A0FCDF

Tints of Magic Mint #A0FCDF

RGB

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

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

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

R = 25.2%
G = 39.69%
B = 35.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#A0FCDF (or 0xA0FCDF) is known color: Magic Mint. HEX triplet: A0, FC and DF. RGB value is (160,252,223). Sum of RGB (Red+Green+Blue) = 160+252+223=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCDF is #5F0320. Grayscale: #DDDDDD. Windows color (decimal): -6226721 or 14679200. OLE color: 14679200.

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

Color convert

RGB 160 252 223 -
CMYK 0.37 0 0.12 0.01
HSL 161.09º 0.94% 0.81% -
HSV(B) 161.09º 0.37% 0.99% -
XYZ 62.63 82.42 82.42 -
YUV 221.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 160 252 223 0.37 0 0.12 0.01 161.09 0.94 0.81
Hex A0 FC DF 25 0 C 1 A1 5E 51
Octal 240 374 337 45 0 14 1 241 136 121
Binary 10100000 11111100 11011111 100101 0 1100 1 10100001 1011110 1010001

Color Harmonies of #A0FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCDF

Black with #A0FCDF

Text Example


Text Example

White with #A0FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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