Html Css Color HEX #A1E7CB Magic Mint

📋 copy color: '#A1E7CB'

red 161 ◦ green 231 ◦ blue 203

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

Shades of Magic Mint #A1E7CB

Tints of Magic Mint #A1E7CB

RGB

 RED value IS 161 (63.28% from 255) = 27.06%

 GREEN value IS 231 (90.63% from 255) = 38.82%

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

R = 27.06%
G = 38.82%
B = 34.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#A1E7CB (or 0xA1E7CB) is known color: Magic Mint. HEX triplet: A1, E7 and CB. RGB value is (161,231,203). Sum of RGB (Red+Green+Blue) = 161+231+203=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7CB is #5E1834. Grayscale: #CECECE. Windows color (decimal): -6166581 or 13363105. OLE color: 13363105.

HSL color Cylindrical-coordinate representation of color #A1E7CB: hue angle of 156º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7CB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 231 203 -
CMYK 0.30 0 0.12 0.09
HSL 156º 0.59% 0.77% -
HSV(B) 156º 0.3% 0.91% -
XYZ 54.05 69.04 66.98 -
YUV 206.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 161 231 203 0.30 0 0.12 0.09 156 0.59 0.77
Hex A1 E7 CB 1E 0 C 9 9C 3B 4D
Octal 241 347 313 36 0 14 11 234 73 115
Binary 10100001 11100111 11001011 11110 0 1100 1001 10011100 111011 1001101

Color Harmonies of #A1E7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E7CB

Black with #A1E7CB

Text Example


Text Example

White with #A1E7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E7CB; }

 p { color: rgb(161,231,203); }

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

background-color css

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

 a { background-color: rgb(161,231,203); }

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

border-color css

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

 span { border-color: rgb(161,231,203); }

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