Html Css Color HEX #A1EFCF Magic Mint

📋 copy color: '#A1EFCF'

red 161 ◦ green 239 ◦ blue 207

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

Shades of Magic Mint #A1EFCF

Tints of Magic Mint #A1EFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.1%

R = 26.52%
G = 39.37%
B = 34.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#A1EFCF (or 0xA1EFCF) is known color: Magic Mint. HEX triplet: A1, EF and CF. RGB value is (161,239,207). Sum of RGB (Red+Green+Blue) = 161+239+207=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFCF is #5E1030. Grayscale: #D4D4D4. Windows color (decimal): -6164529 or 13627297. OLE color: 13627297.

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

Color convert

RGB 161 239 207 -
CMYK 0.33 0 0.13 0.06
HSL 155.38º 0.71% 0.78% -
HSV(B) 155.38º 0.33% 0.94% -
XYZ 56.83 73.82 70.28 -
YUV 212.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 161 239 207 0.33 0 0.13 0.06 155.38 0.71 0.78
Hex A1 EF CF 21 0 D 6 9B 47 4E
Octal 241 357 317 41 0 15 6 233 107 116
Binary 10100001 11101111 11001111 100001 0 1101 110 10011011 1000111 1001110

Color Harmonies of #A1EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFCF

Black with #A1EFCF

Text Example


Text Example

White with #A1EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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