Html Css Color HEX #A0F2DC Magic Mint

📋 copy color: '#A0F2DC'

red 160 ◦ green 242 ◦ blue 220

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

Shades of Magic Mint #A0F2DC

Tints of Magic Mint #A0F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.91%

 BLUE value IS 220 (86.33% from 255) = 35.37%

R = 25.72%
G = 38.91%
B = 35.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#A0F2DC (or 0xA0F2DC) is known color: Magic Mint. HEX triplet: A0, F2 and DC. RGB value is (160,242,220). Sum of RGB (Red+Green+Blue) = 160+242+220=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2DC is #5F0D23. Grayscale: #D6D6D6. Windows color (decimal): -6229284 or 14480032. OLE color: 14480032.

HSL color Cylindrical-coordinate representation of color #A0F2DC: hue angle of 163.9º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2DC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 220 -
CMYK 0.34 0 0.09 0.05
HSL 163.9º 0.76% 0.79% -
HSV(B) 163.9º 0.34% 0.95% -
XYZ 59.17 76.15 79.29 -
YUV 214.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 160 242 220 0.34 0 0.09 0.05 163.9 0.76 0.79
Hex A0 F2 DC 22 0 9 5 A4 4C 4F
Octal 240 362 334 42 0 11 5 244 114 117
Binary 10100000 11110010 11011100 100010 0 1001 101 10100100 1001100 1001111

Color Harmonies of #A0F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F2DC

Black with #A0F2DC

Text Example


Text Example

White with #A0F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F2DC; }

 p { color: rgb(160,242,220); }

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

background-color css

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

 a { background-color: rgb(160,242,220); }

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

border-color css

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

 span { border-color: rgb(160,242,220); }

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