Html Css Color HEX #A1EBCB Magic Mint

📋 copy color: '#A1EBCB'

red 161 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #A1EBCB

Tints of Magic Mint #A1EBCB

RGB

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

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

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

R = 26.88%
G = 39.23%
B = 33.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A1EBCB (or 0xA1EBCB) is known color: Magic Mint. HEX triplet: A1, EB and CB. RGB value is (161,235,203). Sum of RGB (Red+Green+Blue) = 161+235+203=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBCB is #5E1434. Grayscale: #D1D1D1. Windows color (decimal): -6165557 or 13364129. OLE color: 13364129.

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

Color convert

RGB 161 235 203 -
CMYK 0.31 0 0.14 0.08
HSL 154.05º 0.65% 0.78% -
HSV(B) 154.05º 0.31% 0.92% -
XYZ 55.19 71.31 67.35 -
YUV 209.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 161 235 203 0.31 0 0.14 0.08 154.05 0.65 0.78
Hex A1 EB CB 1F 0 E 8 9A 41 4E
Octal 241 353 313 37 0 16 10 232 101 116
Binary 10100001 11101011 11001011 11111 0 1110 1000 10011010 1000001 1001110

Color Harmonies of #A1EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBCB

Black with #A1EBCB

Text Example


Text Example

White with #A1EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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