Html Css Color HEX #A6E5CA Magic Mint

📋 copy color: '#A6E5CA'

red 166 ◦ green 229 ◦ blue 202

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

Shades of Magic Mint #A6E5CA

Tints of Magic Mint #A6E5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.36%

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 27.81%
G = 38.36%
B = 33.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#A6E5CA (or 0xA6E5CA) is known color: Magic Mint. HEX triplet: A6, E5 and CA. RGB value is (166,229,202). Sum of RGB (Red+Green+Blue) = 166+229+202=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5CA is #591A35. Grayscale: #CFCFCF. Windows color (decimal): -5839414 or 13297062. OLE color: 13297062.

HSL color Cylindrical-coordinate representation of color #A6E5CA: hue angle of 154.29º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E5CA is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 229 202 -
CMYK 0.28 0 0.12 0.10
HSL 154.29º 0.55% 0.77% -
HSV(B) 154.29º 0.28% 0.9% -
XYZ 54.41 68.41 66.21 -
YUV 207.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 166 229 202 0.28 0 0.12 0.10 154.29 0.55 0.77
Hex A6 E5 CA 1C 0 C A 9A 37 4D
Octal 246 345 312 34 0 14 12 232 67 115
Binary 10100110 11100101 11001010 11100 0 1100 1010 10011010 110111 1001101

Color Harmonies of #A6E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E5CA

Black with #A6E5CA

Text Example


Text Example

White with #A6E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E5CA; }

 p { color: rgb(166,229,202); }

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

background-color css

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

 a { background-color: rgb(166,229,202); }

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

border-color css

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

 span { border-color: rgb(166,229,202); }

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