Html Css Color HEX #A6ECC2 Magic Mint

📋 copy color: '#A6ECC2'

red 166 ◦ green 236 ◦ blue 194

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

Shades of Magic Mint #A6ECC2

Tints of Magic Mint #A6ECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.55%

R = 27.85%
G = 39.6%
B = 32.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#A6ECC2 (or 0xA6ECC2) is known color: Magic Mint. HEX triplet: A6, EC and C2. RGB value is (166,236,194). Sum of RGB (Red+Green+Blue) = 166+236+194=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECC2 is #59133D. Grayscale: #D2D2D2. Windows color (decimal): -5837630 or 12774566. OLE color: 12774566.

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

Color convert

RGB 166 236 194 -
CMYK 0.30 0 0.18 0.07
HSL 144º 0.65% 0.79% -
HSV(B) 144º 0.3% 0.93% -
XYZ 55.46 71.99 62.01 -
YUV 210.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 166 236 194 0.30 0 0.18 0.07 144 0.65 0.79
Hex A6 EC C2 1E 0 12 7 90 41 4F
Octal 246 354 302 36 0 22 7 220 101 117
Binary 10100110 11101100 11000010 11110 0 10010 111 10010000 1000001 1001111

Color Harmonies of #A6ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECC2

Black with #A6ECC2

Text Example


Text Example

White with #A6ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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