Html Css Color HEX #A6EDD7 Magic Mint

📋 copy color: '#A6EDD7'

red 166 ◦ green 237 ◦ blue 215

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

Shades of Magic Mint #A6EDD7

Tints of Magic Mint #A6EDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.79%

R = 26.86%
G = 38.35%
B = 34.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A6EDD7 (or 0xA6EDD7) is known color: Magic Mint. HEX triplet: A6, ED and D7. RGB value is (166,237,215). Sum of RGB (Red+Green+Blue) = 166+237+215=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDD7 is #591228. Grayscale: #D5D5D5. Windows color (decimal): -5837353 or 14151078. OLE color: 14151078.

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

Color convert

RGB 166 237 215 -
CMYK 0.30 0 0.09 0.07
HSL 161.41º 0.66% 0.79% -
HSV(B) 161.41º 0.3% 0.93% -
XYZ 58.28 73.58 75.42 -
YUV 213.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 166 237 215 0.30 0 0.09 0.07 161.41 0.66 0.79
Hex A6 ED D7 1E 0 9 7 A1 42 4F
Octal 246 355 327 36 0 11 7 241 102 117
Binary 10100110 11101101 11010111 11110 0 1001 111 10100001 1000010 1001111

Color Harmonies of #A6EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EDD7

Black with #A6EDD7

Text Example


Text Example

White with #A6EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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