Html Css Color HEX #A6E5C5 Magic Mint

📋 copy color: '#A6E5C5'

red 166 ◦ green 229 ◦ blue 197

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

Shades of Magic Mint #A6E5C5

Tints of Magic Mint #A6E5C5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.68%

 BLUE value IS 197 (77.34% from 255) = 33.28%

R = 28.04%
G = 38.68%
B = 33.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#A6E5C5 (or 0xA6E5C5) is known color: Magic Mint. HEX triplet: A6, E5 and C5. RGB value is (166,229,197). Sum of RGB (Red+Green+Blue) = 166+229+197=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5C5 is #591A3A. Grayscale: #CECECE. Windows color (decimal): -5839419 or 12969382. OLE color: 12969382.

HSL color Cylindrical-coordinate representation of color #A6E5C5: hue angle of 149.52º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E5C5 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 229 197 -
CMYK 0.28 0 0.14 0.10
HSL 149.52º 0.55% 0.77% -
HSV(B) 149.52º 0.28% 0.9% -
XYZ 53.82 68.18 63.15 -
YUV 206.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 166 229 197 0.28 0 0.14 0.10 149.52 0.55 0.77
Hex A6 E5 C5 1C 0 E A 96 37 4D
Octal 246 345 305 34 0 16 12 226 67 115
Binary 10100110 11100101 11000101 11100 0 1110 1010 10010110 110111 1001101

Color Harmonies of #A6E5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E5C5

Black with #A6E5C5

Text Example


Text Example

White with #A6E5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E5C5; }

 p { color: rgb(166,229,197); }

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

background-color css

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

 a { background-color: rgb(166,229,197); }

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

border-color css

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

 span { border-color: rgb(166,229,197); }

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