Html Css Color HEX #A6ECD3 Magic Mint

📋 copy color: '#A6ECD3'

red 166 ◦ green 236 ◦ blue 211

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

Shades of Magic Mint #A6ECD3

Tints of Magic Mint #A6ECD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.42%

R = 27.08%
G = 38.5%
B = 34.42%

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

#A6ECD3 (or 0xA6ECD3) is known color: Magic Mint. HEX triplet: A6, EC and D3. RGB value is (166,236,211). Sum of RGB (Red+Green+Blue) = 166+236+211=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECD3 is #59132C. Grayscale: #D4D4D4. Windows color (decimal): -5837613 or 13888678. OLE color: 13888678.

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

Color convert

RGB 166 236 211 -
CMYK 0.30 0 0.11 0.07
HSL 158.57º 0.65% 0.79% -
HSV(B) 158.57º 0.3% 0.93% -
XYZ 57.48 72.8 72.65 -
YUV 212.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 166 236 211 0.30 0 0.11 0.07 158.57 0.65 0.79
Hex A6 EC D3 1E 0 B 7 9F 41 4F
Octal 246 354 323 36 0 13 7 237 101 117
Binary 10100110 11101100 11010011 11110 0 1011 111 10011111 1000001 1001111

Color Harmonies of #A6ECD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECD3

Black with #A6ECD3

Text Example


Text Example

White with #A6ECD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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