Html Css Color HEX #A6E2CA Magic Mint

📋 copy color: '#A6E2CA'

red 166 ◦ green 226 ◦ blue 202

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

Shades of Magic Mint #A6E2CA

Tints of Magic Mint #A6E2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.05%

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

R = 27.95%
G = 38.05%
B = 34.01%

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

#A6E2CA (or 0xA6E2CA) is known color: Magic Mint. HEX triplet: A6, E2 and CA. RGB value is (166,226,202). Sum of RGB (Red+Green+Blue) = 166+226+202=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2CA is #591D35. Grayscale: #CDCDCD. Windows color (decimal): -5840182 or 13296294. OLE color: 13296294.

HSL color Cylindrical-coordinate representation of color #A6E2CA: hue angle of 156º degrees, saturation: 0.51, 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 #A6E2CA is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 202 -
CMYK 0.27 0 0.11 0.11
HSL 156º 0.51% 0.77% -
HSV(B) 156º 0.27% 0.89% -
XYZ 53.58 66.76 65.94 -
YUV 205.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 166 226 202 0.27 0 0.11 0.11 156 0.51 0.77
Hex A6 E2 CA 1B 0 B B 9C 33 4D
Octal 246 342 312 33 0 13 13 234 63 115
Binary 10100110 11100010 11001010 11011 0 1011 1011 10011100 110011 1001101

Color Harmonies of #A6E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2CA

Black with #A6E2CA

Text Example


Text Example

White with #A6E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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