Html Css Color HEX #A6ECD2 Magic Mint

📋 copy color: '#A6ECD2'

red 166 ◦ green 236 ◦ blue 210

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

Shades of Magic Mint #A6ECD2

Tints of Magic Mint #A6ECD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.31%

R = 27.12%
G = 38.56%
B = 34.31%

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

#A6ECD2 (or 0xA6ECD2) is known color: Magic Mint. HEX triplet: A6, EC and D2. RGB value is (166,236,210). Sum of RGB (Red+Green+Blue) = 166+236+210=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECD2 is #59132D. Grayscale: #D4D4D4. Windows color (decimal): -5837614 or 13823142. OLE color: 13823142.

HSL color Cylindrical-coordinate representation of color #A6ECD2: hue angle of 157.71º 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 #A6ECD2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 210 -
CMYK 0.30 0 0.11 0.07
HSL 157.71º 0.65% 0.79% -
HSV(B) 157.71º 0.3% 0.93% -
XYZ 57.35 72.75 71.99 -
YUV 212.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 166 236 210 0.30 0 0.11 0.07 157.71 0.65 0.79
Hex A6 EC D2 1E 0 B 7 9E 41 4F
Octal 246 354 322 36 0 13 7 236 101 117
Binary 10100110 11101100 11010010 11110 0 1011 111 10011110 1000001 1001111

Color Harmonies of #A6ECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECD2

Black with #A6ECD2

Text Example


Text Example

White with #A6ECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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