Html Css Color HEX #A6EACB Magic Mint

📋 copy color: '#A6EACB'

red 166 ◦ green 234 ◦ blue 203

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

Shades of Magic Mint #A6EACB

Tints of Magic Mint #A6EACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.67%

R = 27.53%
G = 38.81%
B = 33.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#A6EACB (or 0xA6EACB) is known color: Magic Mint. HEX triplet: A6, EA and CB. RGB value is (166,234,203). Sum of RGB (Red+Green+Blue) = 166+234+203=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EACB is #591534. Grayscale: #D2D2D2. Windows color (decimal): -5838133 or 13363878. OLE color: 13363878.

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

Color convert

RGB 166 234 203 -
CMYK 0.29 0 0.13 0.08
HSL 152.65º 0.62% 0.78% -
HSV(B) 152.65º 0.29% 0.92% -
XYZ 55.93 71.26 67.31 -
YUV 210.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 166 234 203 0.29 0 0.13 0.08 152.65 0.62 0.78
Hex A6 EA CB 1D 0 D 8 99 3E 4E
Octal 246 352 313 35 0 15 10 231 76 116
Binary 10100110 11101010 11001011 11101 0 1101 1000 10011001 111110 1001110

Color Harmonies of #A6EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EACB

Black with #A6EACB

Text Example


Text Example

White with #A6EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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