Html Css Color HEX #A6F0D9 Magic Mint

📋 copy color: '#A6F0D9'

red 166 ◦ green 240 ◦ blue 217

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

Shades of Magic Mint #A6F0D9

Tints of Magic Mint #A6F0D9

RGB

 RED value IS 166 (65.23% from 255) = 26.65%

 GREEN value IS 240 (94.14% from 255) = 38.52%

 BLUE value IS 217 (85.16% from 255) = 34.83%

R = 26.65%
G = 38.52%
B = 34.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#A6F0D9 (or 0xA6F0D9) is known color: Magic Mint. HEX triplet: A6, F0 and D9. RGB value is (166,240,217). Sum of RGB (Red+Green+Blue) = 166+240+217=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F0D9 is #590F26. Grayscale: #D7D7D7. Windows color (decimal): -5836583 or 14282918. OLE color: 14282918.

HSL color Cylindrical-coordinate representation of color #A6F0D9: hue angle of 161.35º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F0D9 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 240 217 -
CMYK 0.31 0 0.10 0.06
HSL 161.35º 0.71% 0.8% -
HSV(B) 161.35º 0.31% 0.94% -
XYZ 59.41 75.44 77.08 -
YUV 215.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 166 240 217 0.31 0 0.10 0.06 161.35 0.71 0.8
Hex A6 F0 D9 1F 0 A 6 A1 47 50
Octal 246 360 331 37 0 12 6 241 107 120
Binary 10100110 11110000 11011001 11111 0 1010 110 10100001 1000111 1010000

Color Harmonies of #A6F0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F0D9

Black with #A6F0D9

Text Example


Text Example

White with #A6F0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F0D9; }

 p { color: rgb(166,240,217); }

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

background-color css

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

 a { background-color: rgb(166,240,217); }

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

border-color css

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

 span { border-color: rgb(166,240,217); }

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