Html Css Color HEX #A6EBC0 Magic Mint

📋 copy color: '#A6EBC0'

red 166 ◦ green 235 ◦ blue 192

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

Shades of Magic Mint #A6EBC0

Tints of Magic Mint #A6EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.63%

 BLUE value IS 192 (75.39% from 255) = 32.38%

R = 27.99%
G = 39.63%
B = 32.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#A6EBC0 (or 0xA6EBC0) is known color: Magic Mint. HEX triplet: A6, EB and C0. RGB value is (166,235,192). Sum of RGB (Red+Green+Blue) = 166+235+192=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBC0 is #59143F. Grayscale: #D1D1D1. Windows color (decimal): -5837888 or 12643238. OLE color: 12643238.

HSL color Cylindrical-coordinate representation of color #A6EBC0: hue angle of 142.61º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBC0 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 235 192 -
CMYK 0.29 0 0.18 0.08
HSL 142.61º 0.63% 0.79% -
HSV(B) 142.61º 0.29% 0.92% -
XYZ 54.95 71.33 60.74 -
YUV 209.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 166 235 192 0.29 0 0.18 0.08 142.61 0.63 0.79
Hex A6 EB C0 1D 0 12 8 8F 3F 4F
Octal 246 353 300 35 0 22 10 217 77 117
Binary 10100110 11101011 11000000 11101 0 10010 1000 10001111 111111 1001111

Color Harmonies of #A6EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EBC0

Black with #A6EBC0

Text Example


Text Example

White with #A6EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EBC0; }

 p { color: rgb(166,235,192); }

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

background-color css

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

 a { background-color: rgb(166,235,192); }

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

border-color css

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

 span { border-color: rgb(166,235,192); }

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