Html Css Color HEX #A6FCE0 Magic Mint

📋 copy color: '#A6FCE0'

red 166 ◦ green 252 ◦ blue 224

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

Shades of Magic Mint #A6FCE0

Tints of Magic Mint #A6FCE0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.25%

 BLUE value IS 224 (87.89% from 255) = 34.89%

R = 25.86%
G = 39.25%
B = 34.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#A6FCE0 (or 0xA6FCE0) is known color: Magic Mint. HEX triplet: A6, FC and E0. RGB value is (166,252,224). Sum of RGB (Red+Green+Blue) = 166+252+224=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FCE0 is #59031F. Grayscale: #DFDFDF. Windows color (decimal): -5833504 or 14744742. OLE color: 14744742.

HSL color Cylindrical-coordinate representation of color #A6FCE0: hue angle of 160.47º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FCE0 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 252 224 -
CMYK 0.34 0 0.11 0.01
HSL 160.47º 0.93% 0.82% -
HSV(B) 160.47º 0.34% 0.99% -
XYZ 63.99 83.11 83.19 -
YUV 223.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 166 252 224 0.34 0 0.11 0.01 160.47 0.93 0.82
Hex A6 FC E0 22 0 B 1 A0 5D 52
Octal 246 374 340 42 0 13 1 240 135 122
Binary 10100110 11111100 11100000 100010 0 1011 1 10100000 1011101 1010010

Color Harmonies of #A6FCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FCE0

Black with #A6FCE0

Text Example


Text Example

White with #A6FCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FCE0; }

 p { color: rgb(166,252,224); }

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

background-color css

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

 a { background-color: rgb(166,252,224); }

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

border-color css

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

 span { border-color: rgb(166,252,224); }

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