Html Css Color HEX #A6FCD0 Magic Mint

📋 copy color: '#A6FCD0'

red 166 ◦ green 252 ◦ blue 208

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

Shades of Magic Mint #A6FCD0

Tints of Magic Mint #A6FCD0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.26%

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

R = 26.52%
G = 40.26%
B = 33.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#A6FCD0 (or 0xA6FCD0) is known color: Magic Mint. HEX triplet: A6, FC and D0. RGB value is (166,252,208). Sum of RGB (Red+Green+Blue) = 166+252+208=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FCD0 is #59032F. Grayscale: #DDDDDD. Windows color (decimal): -5833520 or 13696166. OLE color: 13696166.

HSL color Cylindrical-coordinate representation of color #A6FCD0: hue angle of 149.3º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FCD0 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 252 208 -
CMYK 0.34 0 0.17 0.01
HSL 149.3º 0.93% 0.82% -
HSV(B) 149.3º 0.34% 0.99% -
XYZ 61.92 82.28 72.29 -
YUV 221.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 166 252 208 0.34 0 0.17 0.01 149.3 0.93 0.82
Hex A6 FC D0 22 0 11 1 95 5D 52
Octal 246 374 320 42 0 21 1 225 135 122
Binary 10100110 11111100 11010000 100010 0 10001 1 10010101 1011101 1010010

Color Harmonies of #A6FCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FCD0

Black with #A6FCD0

Text Example


Text Example

White with #A6FCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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