Html Css Color HEX #A1E2CB Magic Mint

📋 copy color: '#A1E2CB'

red 161 ◦ green 226 ◦ blue 203

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

Shades of Magic Mint #A1E2CB

Tints of Magic Mint #A1E2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.31%

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

R = 27.29%
G = 38.31%
B = 34.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#A1E2CB (or 0xA1E2CB) is known color: Magic Mint. HEX triplet: A1, E2 and CB. RGB value is (161,226,203). Sum of RGB (Red+Green+Blue) = 161+226+203=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E2CB is #5E1D34. Grayscale: #CBCBCB. Windows color (decimal): -6167861 or 13361825. OLE color: 13361825.

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

Color convert

RGB 161 226 203 -
CMYK 0.29 0 0.10 0.11
HSL 158.77º 0.53% 0.76% -
HSV(B) 158.77º 0.29% 0.89% -
XYZ 52.67 66.28 66.52 -
YUV 203.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 161 226 203 0.29 0 0.10 0.11 158.77 0.53 0.76
Hex A1 E2 CB 1D 0 A B 9F 35 4C
Octal 241 342 313 35 0 12 13 237 65 114
Binary 10100001 11100010 11001011 11101 0 1010 1011 10011111 110101 1001100

Color Harmonies of #A1E2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E2CB

Black with #A1E2CB

Text Example


Text Example

White with #A1E2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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