#A4E3CC

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

Shades of Magic Mint #A4E3CC

Tints of Magic Mint #A4E3CC

Color information

#A4E3CC (or 0xA4E3CC) is unknown color: approx Magic Mint. HEX triplet: A4, E3 and CC. RGB value is (164,227,204). Sum of RGB (Red+Green+Blue) = 164+227+204=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E3CC is #5B1C33. Grayscale: #CDCDCD. Windows color (decimal): -5970996 or 13427620. OLE color: 13427620.

HSL color Cylindrical-coordinate representation of color #A4E3CC: hue angle of 158.1º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E3CC is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB164227204-
CMYK0.2800.100.11
HSL158.1º52.94%76.67%-
HSV(B)158.1º27.75%89.02%-
XYZ53.6867.1967.27-
YUV205.54127.1398.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.56%
GREEN value IS 227 (89.06% from 255) = 38.15%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=27.56%
G=38.15%
B=34.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642272040.2800.100.11158.152.9476.67
HexA4E3CC1C0AB9e354d
Octal244343314340121323665115
Binary10100100111000111100110011100010101011100111101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E3CC; }

 p { color: rgb(164,227,204); }

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

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

 a { background-color: rgb(164,227,204); }

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

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

 span { border-color: rgb(164,227,204); }

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