Html Css Color HEX #A6E4CB Magic Mint

📋 copy color: '#A6E4CB'

red 166 ◦ green 228 ◦ blue 203

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

Shades of Magic Mint #A6E4CB

Tints of Magic Mint #A6E4CB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.19%

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

R = 27.81%
G = 38.19%
B = 34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A6E4CB (or 0xA6E4CB) is known color: Magic Mint. HEX triplet: A6, E4 and CB. RGB value is (166,228,203). Sum of RGB (Red+Green+Blue) = 166+228+203=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4CB is #591B34. Grayscale: #CECECE. Windows color (decimal): -5839669 or 13362342. OLE color: 13362342.

HSL color Cylindrical-coordinate representation of color #A6E4CB: hue angle of 155.81º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4CB is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 228 203 -
CMYK 0.27 0 0.11 0.11
HSL 155.81º 0.53% 0.77% -
HSV(B) 155.81º 0.27% 0.89% -
XYZ 54.25 67.91 66.75 -
YUV 206.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 166 228 203 0.27 0 0.11 0.11 155.81 0.53 0.77
Hex A6 E4 CB 1B 0 B B 9C 35 4D
Octal 246 344 313 33 0 13 13 234 65 115
Binary 10100110 11100100 11001011 11011 0 1011 1011 10011100 110101 1001101

Color Harmonies of #A6E4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E4CB

Black with #A6E4CB

Text Example


Text Example

White with #A6E4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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