Html Css Color HEX #A1EBC0 Magic Mint

📋 copy color: '#A1EBC0'

red 161 ◦ green 235 ◦ blue 192

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

Shades of Magic Mint #A1EBC0

Tints of Magic Mint #A1EBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 27.38%
G = 39.97%
B = 32.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#A1EBC0 (or 0xA1EBC0) is known color: Magic Mint. HEX triplet: A1, EB and C0. RGB value is (161,235,192). Sum of RGB (Red+Green+Blue) = 161+235+192=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBC0 is #5E143F. Grayscale: #D0D0D0. Windows color (decimal): -6165568 or 12643233. OLE color: 12643233.

HSL color Cylindrical-coordinate representation of color #A1EBC0: hue angle of 145.14º 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 #A1EBC0 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 192 -
CMYK 0.31 0 0.18 0.08
HSL 145.14º 0.65% 0.78% -
HSV(B) 145.14º 0.31% 0.92% -
XYZ 53.92 70.8 60.69 -
YUV 207.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 161 235 192 0.31 0 0.18 0.08 145.14 0.65 0.78
Hex A1 EB C0 1F 0 12 8 91 41 4E
Octal 241 353 300 37 0 22 10 221 101 116
Binary 10100001 11101011 11000000 11111 0 10010 1000 10010001 1000001 1001110

Color Harmonies of #A1EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBC0

Black with #A1EBC0

Text Example


Text Example

White with #A1EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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