Html Css Color HEX #A6ECD1 Magic Mint

📋 copy color: '#A6ECD1'

red 166 ◦ green 236 ◦ blue 209

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

Shades of Magic Mint #A6ECD1

Tints of Magic Mint #A6ECD1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.63%

 BLUE value IS 209 (82.03% from 255) = 34.21%

R = 27.17%
G = 38.63%
B = 34.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#A6ECD1 (or 0xA6ECD1) is known color: Magic Mint. HEX triplet: A6, EC and D1. RGB value is (166,236,209). Sum of RGB (Red+Green+Blue) = 166+236+209=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECD1 is #59132E. Grayscale: #D4D4D4. Windows color (decimal): -5837615 or 13757606. OLE color: 13757606.

HSL color Cylindrical-coordinate representation of color #A6ECD1: hue angle of 156.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECD1 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 209 -
CMYK 0.30 0 0.11 0.07
HSL 156.86º 0.65% 0.79% -
HSV(B) 156.86º 0.3% 0.93% -
XYZ 57.23 72.7 71.34 -
YUV 211.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 166 236 209 0.30 0 0.11 0.07 156.86 0.65 0.79
Hex A6 EC D1 1E 0 B 7 9D 41 4F
Octal 246 354 321 36 0 13 7 235 101 117
Binary 10100110 11101100 11010001 11110 0 1011 111 10011101 1000001 1001111

Color Harmonies of #A6ECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECD1

Black with #A6ECD1

Text Example


Text Example

White with #A6ECD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECD1; }

 p { color: rgb(166,236,209); }

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

background-color css

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

 a { background-color: rgb(166,236,209); }

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

border-color css

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

 span { border-color: rgb(166,236,209); }

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