Html Css Color HEX #A6EAD0 Magic Mint

📋 copy color: '#A6EAD0'

red 166 ◦ green 234 ◦ blue 208

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

Shades of Magic Mint #A6EAD0

Tints of Magic Mint #A6EAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 27.3%
G = 38.49%
B = 34.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#A6EAD0 (or 0xA6EAD0) is known color: Magic Mint. HEX triplet: A6, EA and D0. RGB value is (166,234,208). Sum of RGB (Red+Green+Blue) = 166+234+208=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EAD0 is #59152F. Grayscale: #D2D2D2. Windows color (decimal): -5838128 or 13691558. OLE color: 13691558.

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

Color convert

RGB 166 234 208 -
CMYK 0.29 0 0.11 0.08
HSL 157.06º 0.62% 0.78% -
HSV(B) 157.06º 0.29% 0.92% -
XYZ 56.53 71.51 70.5 -
YUV 210.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 166 234 208 0.29 0 0.11 0.08 157.06 0.62 0.78
Hex A6 EA D0 1D 0 B 8 9D 3E 4E
Octal 246 352 320 35 0 13 10 235 76 116
Binary 10100110 11101010 11010000 11101 0 1011 1000 10011101 111110 1001110

Color Harmonies of #A6EAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAD0

Black with #A6EAD0

Text Example


Text Example

White with #A6EAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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