Html Css Color HEX #A6E2C2 Magic Mint

📋 copy color: '#A6E2C2'

red 166 ◦ green 226 ◦ blue 194

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

Shades of Magic Mint #A6E2C2

Tints of Magic Mint #A6E2C2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.57%

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

R = 28.33%
G = 38.57%
B = 33.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#A6E2C2 (or 0xA6E2C2) is known color: Magic Mint. HEX triplet: A6, E2 and C2. RGB value is (166,226,194). Sum of RGB (Red+Green+Blue) = 166+226+194=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2C2 is #591D3D. Grayscale: #CCCCCC. Windows color (decimal): -5840190 or 12772006. OLE color: 12772006.

HSL color Cylindrical-coordinate representation of color #A6E2C2: hue angle of 148º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2C2 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 194 -
CMYK 0.27 0 0.14 0.11
HSL 148º 0.51% 0.77% -
HSV(B) 148º 0.27% 0.89% -
XYZ 52.66 66.39 61.08 -
YUV 204.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 166 226 194 0.27 0 0.14 0.11 148 0.51 0.77
Hex A6 E2 C2 1B 0 E B 94 33 4D
Octal 246 342 302 33 0 16 13 224 63 115
Binary 10100110 11100010 11000010 11011 0 1110 1011 10010100 110011 1001101

Color Harmonies of #A6E2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2C2

Black with #A6E2C2

Text Example


Text Example

White with #A6E2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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