Html Css Color HEX #A6EACC Magic Mint

📋 copy color: '#A6EACC'

red 166 ◦ green 234 ◦ blue 204

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

Shades of Magic Mint #A6EACC

Tints of Magic Mint #A6EACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 27.48%
G = 38.74%
B = 33.77%

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

#A6EACC (or 0xA6EACC) is known color: Magic Mint. HEX triplet: A6, EA and CC. RGB value is (166,234,204). Sum of RGB (Red+Green+Blue) = 166+234+204=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EACC is #591533. Grayscale: #D2D2D2. Windows color (decimal): -5838132 or 13429414. OLE color: 13429414.

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

Color convert

RGB 166 234 204 -
CMYK 0.29 0 0.13 0.08
HSL 153.53º 0.62% 0.78% -
HSV(B) 153.53º 0.29% 0.92% -
XYZ 56.05 71.31 67.94 -
YUV 210.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 166 234 204 0.29 0 0.13 0.08 153.53 0.62 0.78
Hex A6 EA CC 1D 0 D 8 9A 3E 4E
Octal 246 352 314 35 0 15 10 232 76 116
Binary 10100110 11101010 11001100 11101 0 1101 1000 10011010 111110 1001110

Color Harmonies of #A6EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EACC

Black with #A6EACC

Text Example


Text Example

White with #A6EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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