Html Css Color HEX #A6EDD5 Magic Mint

📋 copy color: '#A6EDD5'

red 166 ◦ green 237 ◦ blue 213

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

Shades of Magic Mint #A6EDD5

Tints of Magic Mint #A6EDD5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.47%

 BLUE value IS 213 (83.59% from 255) = 34.58%

R = 26.95%
G = 38.47%
B = 34.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#A6EDD5 (or 0xA6EDD5) is known color: Magic Mint. HEX triplet: A6, ED and D5. RGB value is (166,237,213). Sum of RGB (Red+Green+Blue) = 166+237+213=616 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.95% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDD5 is #59122A. Grayscale: #D5D5D5. Windows color (decimal): -5837355 or 14020006. OLE color: 14020006.

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

Color convert

RGB 166 237 213 -
CMYK 0.30 0 0.10 0.07
HSL 159.72º 0.66% 0.79% -
HSV(B) 159.72º 0.3% 0.93% -
XYZ 58.02 73.48 74.08 -
YUV 213.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 166 237 213 0.30 0 0.10 0.07 159.72 0.66 0.79
Hex A6 ED D5 1E 0 A 7 A0 42 4F
Octal 246 355 325 36 0 12 7 240 102 117
Binary 10100110 11101101 11010101 11110 0 1010 111 10100000 1000010 1001111

Color Harmonies of #A6EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EDD5

Black with #A6EDD5

Text Example


Text Example

White with #A6EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EDD5; }

 p { color: rgb(166,237,213); }

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

background-color css

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

 a { background-color: rgb(166,237,213); }

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

border-color css

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

 span { border-color: rgb(166,237,213); }

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