Html Css Color HEX #A1EBBE Magic Mint

📋 copy color: '#A1EBBE'

red 161 ◦ green 235 ◦ blue 190

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

Shades of Magic Mint #A1EBBE

Tints of Magic Mint #A1EBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.42%

R = 27.47%
G = 40.1%
B = 32.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#A1EBBE (or 0xA1EBBE) is known color: Magic Mint. HEX triplet: A1, EB and BE. RGB value is (161,235,190). Sum of RGB (Red+Green+Blue) = 161+235+190=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBBE is #5E1441. Grayscale: #CFCFCF. Windows color (decimal): -6165570 or 12512161. OLE color: 12512161.

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

Color convert

RGB 161 235 190 -
CMYK 0.31 0 0.19 0.08
HSL 143.51º 0.65% 0.78% -
HSV(B) 143.51º 0.31% 0.92% -
XYZ 53.7 70.71 59.53 -
YUV 207.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 161 235 190 0.31 0 0.19 0.08 143.51 0.65 0.78
Hex A1 EB BE 1F 0 13 8 90 41 4E
Octal 241 353 276 37 0 23 10 220 101 116
Binary 10100001 11101011 10111110 11111 0 10011 1000 10010000 1000001 1001110

Color Harmonies of #A1EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBBE

Black with #A1EBBE

Text Example


Text Example

White with #A1EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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