Html Css Color HEX #A0F6DD Magic Mint

📋 copy color: '#A0F6DD'

red 160 ◦ green 246 ◦ blue 221

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

Shades of Magic Mint #A0F6DD

Tints of Magic Mint #A0F6DD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.23%

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 25.52%
G = 39.23%
B = 35.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#A0F6DD (or 0xA0F6DD) is known color: Magic Mint. HEX triplet: A0, F6 and DD. RGB value is (160,246,221). Sum of RGB (Red+Green+Blue) = 160+246+221=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F6DD is #5F0922. Grayscale: #D9D9D9. Windows color (decimal): -6228259 or 14546592. OLE color: 14546592.

HSL color Cylindrical-coordinate representation of color #A0F6DD: hue angle of 162.56º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F6DD is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 221 -
CMYK 0.35 0 0.10 0.04
HSL 162.56º 0.83% 0.8% -
HSV(B) 162.56º 0.35% 0.96% -
XYZ 60.5 78.61 80.39 -
YUV 217.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 160 246 221 0.35 0 0.10 0.04 162.56 0.83 0.8
Hex A0 F6 DD 23 0 A 4 A3 53 50
Octal 240 366 335 43 0 12 4 243 123 120
Binary 10100000 11110110 11011101 100011 0 1010 100 10100011 1010011 1010000

Color Harmonies of #A0F6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F6DD

Black with #A0F6DD

Text Example


Text Example

White with #A0F6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F6DD; }

 p { color: rgb(160,246,221); }

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

background-color css

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

 a { background-color: rgb(160,246,221); }

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

border-color css

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

 span { border-color: rgb(160,246,221); }

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