Html Css Color HEX #A1EFCB Magic Mint

📋 copy color: '#A1EFCB'

red 161 ◦ green 239 ◦ blue 203

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

Shades of Magic Mint #A1EFCB

Tints of Magic Mint #A1EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.64%

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

R = 26.7%
G = 39.64%
B = 33.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#A1EFCB (or 0xA1EFCB) is known color: Magic Mint. HEX triplet: A1, EF and CB. RGB value is (161,239,203). Sum of RGB (Red+Green+Blue) = 161+239+203=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFCB is #5E1034. Grayscale: #D3D3D3. Windows color (decimal): -6164533 or 13365153. OLE color: 13365153.

HSL color Cylindrical-coordinate representation of color #A1EFCB: hue angle of 152.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFCB is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 203 -
CMYK 0.33 0 0.15 0.06
HSL 152.31º 0.71% 0.78% -
HSV(B) 152.31º 0.33% 0.94% -
XYZ 56.34 73.62 67.74 -
YUV 211.57 123.16 91.93 -
System Red Green Blue C M Y K H S L
Decimal 161 239 203 0.33 0 0.15 0.06 152.31 0.71 0.78
Hex A1 EF CB 21 0 F 6 98 47 4E
Octal 241 357 313 41 0 17 6 230 107 116
Binary 10100001 11101111 11001011 100001 0 1111 110 10011000 1000111 1001110

Color Harmonies of #A1EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFCB

Black with #A1EFCB

Text Example


Text Example

White with #A1EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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