Html Css Color HEX #A6FFD0 Magic Mint

📋 copy color: '#A6FFD0'

red 166 ◦ green 255 ◦ blue 208

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

Shades of Magic Mint #A6FFD0

Tints of Magic Mint #A6FFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 40.54%

 BLUE value IS 208 (81.64% from 255) = 33.07%

R = 26.39%
G = 40.54%
B = 33.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#A6FFD0 (or 0xA6FFD0) is known color: Magic Mint. HEX triplet: A6, FF and D0. RGB value is (166,255,208). Sum of RGB (Red+Green+Blue) = 166+255+208=629 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.39% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFD0 is #59002F. Grayscale: #DFDFDF. Windows color (decimal): -5832752 or 13696934. OLE color: 13696934.

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

Color convert

RGB 166 255 208 -
CMYK 0.35 0 0.18 0
HSL 148.31º 1% 0.83% -
HSV(B) 148.31º 0.35% 1% -
XYZ 62.87 84.18 72.61 -
YUV 223.03 119.51 87.32 -
System Red Green Blue C M Y K H S L
Decimal 166 255 208 0.35 0 0.18 0 148.31 1 0.83
Hex A6 FF D0 23 0 12 0 94 64 53
Octal 246 377 320 43 0 22 0 224 144 123
Binary 10100110 11111111 11010000 100011 0 10010 0 10010100 1100100 1010011

Color Harmonies of #A6FFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFD0

Black with #A6FFD0

Text Example


Text Example

White with #A6FFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFD0; }

 p { color: rgb(166,255,208); }

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

background-color css

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

 a { background-color: rgb(166,255,208); }

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

border-color css

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

 span { border-color: rgb(166,255,208); }

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