#A1EFCC

Color #A1EFCC Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A1EFCC

Tints of Magic Mint #A1EFCC

Color information

#A1EFCC (or 0xA1EFCC) is unknown color: approx Magic Mint. HEX triplet: A1, EF and CC. RGB value is (161,239,204). Sum of RGB (Red+Green+Blue) = 161+239+204=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFCC is #5E1033. Grayscale: #D3D3D3. Windows color (decimal): -6164532 or 13430689. OLE color: 13430689.

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

Color convert

RGB161239204-
CMYK0.3300.150.06
HSL153.08º70.91%78.43%-
HSV(B)153.08º32.64%93.73%-
XYZ56.4673.6768.37-
YUV211.69123.6691.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.66%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=26.66%
G=39.57%
B=33.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612392040.3300.150.06153.0870.9178.43
HexA1EFCC210F699474e
Octal241357314410176231107116
Binary101000011110111111001100100001011111101001100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EFCC; }

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

 H1.HeaderClassName
 {
   color: #A1EFCC;
 }
 .AnyTagClassName
 {
   color: #A1EFCC;
 }
</style>
background-color css

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

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

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

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

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

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