Html Css Color HEX #A1EFD6 Magic Mint

📋 copy color: '#A1EFD6'

red 161 ◦ green 239 ◦ blue 214

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

Shades of Magic Mint #A1EFD6

Tints of Magic Mint #A1EFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.85%

R = 26.22%
G = 38.93%
B = 34.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#A1EFD6 (or 0xA1EFD6) is known color: Magic Mint. HEX triplet: A1, EF and D6. RGB value is (161,239,214). Sum of RGB (Red+Green+Blue) = 161+239+214=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFD6 is #5E1029. Grayscale: #D4D4D4. Windows color (decimal): -6164522 or 14086049. OLE color: 14086049.

HSL color Cylindrical-coordinate representation of color #A1EFD6: hue angle of 160.77º 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 #A1EFD6 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 214 -
CMYK 0.33 0 0.10 0.06
HSL 160.77º 0.71% 0.78% -
HSV(B) 160.77º 0.33% 0.94% -
XYZ 57.7 74.17 74.89 -
YUV 212.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 161 239 214 0.33 0 0.10 0.06 160.77 0.71 0.78
Hex A1 EF D6 21 0 A 6 A1 47 4E
Octal 241 357 326 41 0 12 6 241 107 116
Binary 10100001 11101111 11010110 100001 0 1010 110 10100001 1000111 1001110

Color Harmonies of #A1EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFD6

Black with #A1EFD6

Text Example


Text Example

White with #A1EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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