Html Css Color HEX #A0FDDB Magic Mint

📋 copy color: '#A0FDDB'

red 160 ◦ green 253 ◦ blue 219

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

Shades of Magic Mint #A0FDDB

Tints of Magic Mint #A0FDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 25.32%
G = 40.03%
B = 34.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#A0FDDB (or 0xA0FDDB) is known color: Magic Mint. HEX triplet: A0, FD and DB. RGB value is (160,253,219). Sum of RGB (Red+Green+Blue) = 160+253+219=632 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.32% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDDB is #5F0224. Grayscale: #DDDDDD. Windows color (decimal): -6226469 or 14417312. OLE color: 14417312.

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

Color convert

RGB 160 253 219 -
CMYK 0.37 0 0.13 0.01
HSL 158.06º 0.96% 0.81% -
HSV(B) 158.06º 0.37% 0.99% -
XYZ 62.41 82.84 79.72 -
YUV 221.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 160 253 219 0.37 0 0.13 0.01 158.06 0.96 0.81
Hex A0 FD DB 25 0 D 1 9E 60 51
Octal 240 375 333 45 0 15 1 236 140 121
Binary 10100000 11111101 11011011 100101 0 1101 1 10011110 1100000 1010001

Color Harmonies of #A0FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FDDB

Black with #A0FDDB

Text Example


Text Example

White with #A0FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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