Html Css Color HEX #A1ECBE Magic Mint

📋 copy color: '#A1ECBE'

red 161 ◦ green 236 ◦ blue 190

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

Shades of Magic Mint #A1ECBE

Tints of Magic Mint #A1ECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.2%

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

R = 27.43%
G = 40.2%
B = 32.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#A1ECBE (or 0xA1ECBE) is known color: Magic Mint. HEX triplet: A1, EC and BE. RGB value is (161,236,190). Sum of RGB (Red+Green+Blue) = 161+236+190=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECBE is #5E1341. Grayscale: #D0D0D0. Windows color (decimal): -6165314 or 12512417. OLE color: 12512417.

HSL color Cylindrical-coordinate representation of color #A1ECBE: hue angle of 143.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECBE is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 236 190 -
CMYK 0.32 0 0.19 0.07
HSL 143.2º 0.66% 0.78% -
HSV(B) 143.2º 0.32% 0.93% -
XYZ 53.99 71.29 59.63 -
YUV 208.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 161 236 190 0.32 0 0.19 0.07 143.2 0.66 0.78
Hex A1 EC BE 20 0 13 7 8F 42 4E
Octal 241 354 276 40 0 23 7 217 102 116
Binary 10100001 11101100 10111110 100000 0 10011 111 10001111 1000010 1001110

Color Harmonies of #A1ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ECBE

Black with #A1ECBE

Text Example


Text Example

White with #A1ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ECBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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