Html Css Color HEX #A6EED3 Magic Mint

📋 copy color: '#A6EED3'

red 166 ◦ green 238 ◦ blue 211

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

Shades of Magic Mint #A6EED3

Tints of Magic Mint #A6EED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 26.99%
G = 38.7%
B = 34.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#A6EED3 (or 0xA6EED3) is known color: Magic Mint. HEX triplet: A6, EE and D3. RGB value is (166,238,211). Sum of RGB (Red+Green+Blue) = 166+238+211=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EED3 is #59112C. Grayscale: #D5D5D5. Windows color (decimal): -5837101 or 13889190. OLE color: 13889190.

HSL color Cylindrical-coordinate representation of color #A6EED3: hue angle of 157.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EED3 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 238 211 -
CMYK 0.30 0 0.11 0.07
HSL 157.5º 0.68% 0.79% -
HSV(B) 157.5º 0.3% 0.93% -
XYZ 58.06 73.96 72.84 -
YUV 213.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 166 238 211 0.30 0 0.11 0.07 157.5 0.68 0.79
Hex A6 EE D3 1E 0 B 7 9E 44 4F
Octal 246 356 323 36 0 13 7 236 104 117
Binary 10100110 11101110 11010011 11110 0 1011 111 10011110 1000100 1001111

Color Harmonies of #A6EED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EED3

Black with #A6EED3

Text Example


Text Example

White with #A6EED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EED3; }

 p { color: rgb(166,238,211); }

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

background-color css

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

 a { background-color: rgb(166,238,211); }

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

border-color css

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

 span { border-color: rgb(166,238,211); }

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