Html Css Color HEX #A0FDDF Magic Mint

📋 copy color: '#A0FDDF'

red 160 ◦ green 253 ◦ blue 223

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

Shades of Magic Mint #A0FDDF

Tints of Magic Mint #A0FDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.78%

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

R = 25.16%
G = 39.78%
B = 35.06%

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

#A0FDDF (or 0xA0FDDF) is known color: Magic Mint. HEX triplet: A0, FD and DF. RGB value is (160,253,223). Sum of RGB (Red+Green+Blue) = 160+253+223=636 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.16% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDDF is #5F0220. Grayscale: #DDDDDD. Windows color (decimal): -6226465 or 14679456. OLE color: 14679456.

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

Color convert

RGB 160 253 223 -
CMYK 0.37 0 0.12 0.01
HSL 160.65º 0.96% 0.81% -
HSV(B) 160.65º 0.37% 0.99% -
XYZ 62.94 83.05 82.53 -
YUV 221.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 160 253 223 0.37 0 0.12 0.01 160.65 0.96 0.81
Hex A0 FD DF 25 0 C 1 A1 60 51
Octal 240 375 337 45 0 14 1 241 140 121
Binary 10100000 11111101 11011111 100101 0 1100 1 10100001 1100000 1010001

Color Harmonies of #A0FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FDDF

Black with #A0FDDF

Text Example


Text Example

White with #A0FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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