Html Css Color HEX #A6E2CC Magic Mint

📋 copy color: '#A6E2CC'

red 166 ◦ green 226 ◦ blue 204

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

Shades of Magic Mint #A6E2CC

Tints of Magic Mint #A6E2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.23%

R = 27.85%
G = 37.92%
B = 34.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#A6E2CC (or 0xA6E2CC) is known color: Magic Mint. HEX triplet: A6, E2 and CC. RGB value is (166,226,204). Sum of RGB (Red+Green+Blue) = 166+226+204=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2CC is #591D33. Grayscale: #CDCDCD. Windows color (decimal): -5840180 or 13427366. OLE color: 13427366.

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

Color convert

RGB 166 226 204 -
CMYK 0.27 0 0.10 0.11
HSL 158º 0.51% 0.77% -
HSV(B) 158º 0.27% 0.89% -
XYZ 53.82 66.86 67.2 -
YUV 205.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 166 226 204 0.27 0 0.10 0.11 158 0.51 0.77
Hex A6 E2 CC 1B 0 A B 9E 33 4D
Octal 246 342 314 33 0 12 13 236 63 115
Binary 10100110 11100010 11001100 11011 0 1010 1011 10011110 110011 1001101

Color Harmonies of #A6E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2CC

Black with #A6E2CC

Text Example


Text Example

White with #A6E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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