Html Css Color HEX #A1EFCD Magic Mint

📋 copy color: '#A1EFCD'

red 161 ◦ green 239 ◦ blue 205

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

Shades of Magic Mint #A1EFCD

Tints of Magic Mint #A1EFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.88%

R = 26.61%
G = 39.5%
B = 33.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#A1EFCD (or 0xA1EFCD) is known color: Magic Mint. HEX triplet: A1, EF and CD. RGB value is (161,239,205). Sum of RGB (Red+Green+Blue) = 161+239+205=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFCD is #5E1032. Grayscale: #D3D3D3. Windows color (decimal): -6164531 or 13496225. OLE color: 13496225.

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

Color convert

RGB 161 239 205 -
CMYK 0.33 0 0.14 0.06
HSL 153.85º 0.71% 0.78% -
HSV(B) 153.85º 0.33% 0.94% -
XYZ 56.58 73.72 69 -
YUV 211.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 161 239 205 0.33 0 0.14 0.06 153.85 0.71 0.78
Hex A1 EF CD 21 0 E 6 9A 47 4E
Octal 241 357 315 41 0 16 6 232 107 116
Binary 10100001 11101111 11001101 100001 0 1110 110 10011010 1000111 1001110

Color Harmonies of #A1EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFCD

Black with #A1EFCD

Text Example


Text Example

White with #A1EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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