Html Css Color HEX #A1EBCE Magic Mint

📋 copy color: '#A1EBCE'

red 161 ◦ green 235 ◦ blue 206

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

Shades of Magic Mint #A1EBCE

Tints of Magic Mint #A1EBCE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.04%

 BLUE value IS 206 (80.86% from 255) = 34.22%

R = 26.74%
G = 39.04%
B = 34.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A1EBCE (or 0xA1EBCE) is known color: Magic Mint. HEX triplet: A1, EB and CE. RGB value is (161,235,206). Sum of RGB (Red+Green+Blue) = 161+235+206=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBCE is #5E1431. Grayscale: #D1D1D1. Windows color (decimal): -6165554 or 13560737. OLE color: 13560737.

HSL color Cylindrical-coordinate representation of color #A1EBCE: hue angle of 156.49º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBCE is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 206 -
CMYK 0.31 0 0.12 0.08
HSL 156.49º 0.65% 0.78% -
HSV(B) 156.49º 0.31% 0.92% -
XYZ 55.55 71.45 69.26 -
YUV 209.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 161 235 206 0.31 0 0.12 0.08 156.49 0.65 0.78
Hex A1 EB CE 1F 0 C 8 9C 41 4E
Octal 241 353 316 37 0 14 10 234 101 116
Binary 10100001 11101011 11001110 11111 0 1100 1000 10011100 1000001 1001110

Color Harmonies of #A1EBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBCE

Black with #A1EBCE

Text Example


Text Example

White with #A1EBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBCE; }

 p { color: rgb(161,235,206); }

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

background-color css

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

 a { background-color: rgb(161,235,206); }

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

border-color css

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

 span { border-color: rgb(161,235,206); }

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