Html Css Color HEX #A6ECD5 Magic Mint

📋 copy color: '#A6ECD5'

red 166 ◦ green 236 ◦ blue 213

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

Shades of Magic Mint #A6ECD5

Tints of Magic Mint #A6ECD5

RGB

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

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

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

R = 26.99%
G = 38.37%
B = 34.63%

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

#A6ECD5 (or 0xA6ECD5) is known color: Magic Mint. HEX triplet: A6, EC and D5. RGB value is (166,236,213). Sum of RGB (Red+Green+Blue) = 166+236+213=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECD5 is #59132A. Grayscale: #D4D4D4. Windows color (decimal): -5837611 or 14019750. OLE color: 14019750.

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

Color convert

RGB 166 236 213 -
CMYK 0.30 0 0.10 0.07
HSL 160.29º 0.65% 0.79% -
HSV(B) 160.29º 0.3% 0.93% -
XYZ 57.73 72.9 73.98 -
YUV 212.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 166 236 213 0.30 0 0.10 0.07 160.29 0.65 0.79
Hex A6 EC D5 1E 0 A 7 A0 41 4F
Octal 246 354 325 36 0 12 7 240 101 117
Binary 10100110 11101100 11010101 11110 0 1010 111 10100000 1000001 1001111

Color Harmonies of #A6ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECD5

Black with #A6ECD5

Text Example


Text Example

White with #A6ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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