Html Css Color HEX #A6EACA Magic Mint

📋 copy color: '#A6EACA'

red 166 ◦ green 234 ◦ blue 202

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

Shades of Magic Mint #A6EACA

Tints of Magic Mint #A6EACA

RGB

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

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

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

R = 27.57%
G = 38.87%
B = 33.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A6EACA (or 0xA6EACA) is known color: Magic Mint. HEX triplet: A6, EA and CA. RGB value is (166,234,202). Sum of RGB (Red+Green+Blue) = 166+234+202=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EACA is #591535. Grayscale: #D2D2D2. Windows color (decimal): -5838134 or 13298342. OLE color: 13298342.

HSL color Cylindrical-coordinate representation of color #A6EACA: hue angle of 151.76º 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 #A6EACA is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 234 202 -
CMYK 0.29 0 0.14 0.08
HSL 151.76º 0.62% 0.78% -
HSV(B) 151.76º 0.29% 0.92% -
XYZ 55.81 71.22 66.68 -
YUV 210.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 166 234 202 0.29 0 0.14 0.08 151.76 0.62 0.78
Hex A6 EA CA 1D 0 E 8 98 3E 4E
Octal 246 352 312 35 0 16 10 230 76 116
Binary 10100110 11101010 11001010 11101 0 1110 1000 10011000 111110 1001110

Color Harmonies of #A6EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EACA

Black with #A6EACA

Text Example


Text Example

White with #A6EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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