Html Css Color HEX #A6EAD2 Magic Mint

📋 copy color: '#A6EAD2'

red 166 ◦ green 234 ◦ blue 210

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

Shades of Magic Mint #A6EAD2

Tints of Magic Mint #A6EAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.36%

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

R = 27.21%
G = 38.36%
B = 34.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#A6EAD2 (or 0xA6EAD2) is known color: Magic Mint. HEX triplet: A6, EA and D2. RGB value is (166,234,210). Sum of RGB (Red+Green+Blue) = 166+234+210=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EAD2 is #59152D. Grayscale: #D2D2D2. Windows color (decimal): -5838126 or 13822630. OLE color: 13822630.

HSL color Cylindrical-coordinate representation of color #A6EAD2: hue angle of 158.82º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAD2 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 234 210 -
CMYK 0.29 0 0.10 0.08
HSL 158.82º 0.62% 0.78% -
HSV(B) 158.82º 0.29% 0.92% -
XYZ 56.78 71.61 71.8 -
YUV 210.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 166 234 210 0.29 0 0.10 0.08 158.82 0.62 0.78
Hex A6 EA D2 1D 0 A 8 9F 3E 4E
Octal 246 352 322 35 0 12 10 237 76 116
Binary 10100110 11101010 11010010 11101 0 1010 1000 10011111 111110 1001110

Color Harmonies of #A6EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAD2

Black with #A6EAD2

Text Example


Text Example

White with #A6EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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