Html Css Color HEX #A6E6CB Magic Mint

📋 copy color: '#A6E6CB'

red 166 ◦ green 230 ◦ blue 203

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

Shades of Magic Mint #A6E6CB

Tints of Magic Mint #A6E6CB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.4%

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

R = 27.71%
G = 38.4%
B = 33.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#A6E6CB (or 0xA6E6CB) is known color: Magic Mint. HEX triplet: A6, E6 and CB. RGB value is (166,230,203). Sum of RGB (Red+Green+Blue) = 166+230+203=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E6CB is #591934. Grayscale: #CFCFCF. Windows color (decimal): -5839157 or 13362854. OLE color: 13362854.

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

Color convert

RGB 166 230 203 -
CMYK 0.28 0 0.12 0.10
HSL 154.69º 0.56% 0.78% -
HSV(B) 154.69º 0.28% 0.9% -
XYZ 54.8 69.01 66.93 -
YUV 207.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 166 230 203 0.28 0 0.12 0.10 154.69 0.56 0.78
Hex A6 E6 CB 1C 0 C A 9B 38 4E
Octal 246 346 313 34 0 14 12 233 70 116
Binary 10100110 11100110 11001011 11100 0 1100 1010 10011011 111000 1001110

Color Harmonies of #A6E6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E6CB

Black with #A6E6CB

Text Example


Text Example

White with #A6E6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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