Html Css Color HEX #A6EACE Magic Mint

📋 copy color: '#A6EACE'

red 166 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #A6EACE

Tints of Magic Mint #A6EACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.61%

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 27.39%
G = 38.61%
B = 33.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A6EACE (or 0xA6EACE) is known color: Magic Mint. HEX triplet: A6, EA and CE. RGB value is (166,234,206). Sum of RGB (Red+Green+Blue) = 166+234+206=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EACE is #591531. Grayscale: #D2D2D2. Windows color (decimal): -5838130 or 13560486. OLE color: 13560486.

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

Color convert

RGB 166 234 206 -
CMYK 0.29 0 0.12 0.08
HSL 155.29º 0.62% 0.78% -
HSV(B) 155.29º 0.29% 0.92% -
XYZ 56.29 71.41 69.21 -
YUV 210.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 166 234 206 0.29 0 0.12 0.08 155.29 0.62 0.78
Hex A6 EA CE 1D 0 C 8 9B 3E 4E
Octal 246 352 316 35 0 14 10 233 76 116
Binary 10100110 11101010 11001110 11101 0 1100 1000 10011011 111110 1001110

Color Harmonies of #A6EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EACE

Black with #A6EACE

Text Example


Text Example

White with #A6EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EACE; }

 p { color: rgb(166,234,206); }

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

background-color css

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

 a { background-color: rgb(166,234,206); }

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

border-color css

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

 span { border-color: rgb(166,234,206); }

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