Html Css Color HEX #A6E4CA Magic Mint

📋 copy color: '#A6E4CA'

red 166 ◦ green 228 ◦ blue 202

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

Shades of Magic Mint #A6E4CA

Tints of Magic Mint #A6E4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.26%

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

R = 27.85%
G = 38.26%
B = 33.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A6E4CA (or 0xA6E4CA) is known color: Magic Mint. HEX triplet: A6, E4 and CA. RGB value is (166,228,202). Sum of RGB (Red+Green+Blue) = 166+228+202=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4CA is #591B35. Grayscale: #CECECE. Windows color (decimal): -5839670 or 13296806. OLE color: 13296806.

HSL color Cylindrical-coordinate representation of color #A6E4CA: hue angle of 154.84º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4CA is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 228 202 -
CMYK 0.27 0 0.11 0.11
HSL 154.84º 0.53% 0.77% -
HSV(B) 154.84º 0.27% 0.89% -
XYZ 54.13 67.86 66.12 -
YUV 206.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 166 228 202 0.27 0 0.11 0.11 154.84 0.53 0.77
Hex A6 E4 CA 1B 0 B B 9B 35 4D
Octal 246 344 312 33 0 13 13 233 65 115
Binary 10100110 11100100 11001010 11011 0 1011 1011 10011011 110101 1001101

Color Harmonies of #A6E4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E4CA

Black with #A6E4CA

Text Example


Text Example

White with #A6E4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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