#A4EDCA

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

Shades of Magic Mint #A4EDCA

Tints of Magic Mint #A4EDCA

Color information

#A4EDCA (or 0xA4EDCA) is unknown color: approx Magic Mint. HEX triplet: A4, ED and CA. RGB value is (164,237,202). Sum of RGB (Red+Green+Blue) = 164+237+202=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDCA is #5B1235. Grayscale: #D3D3D3. Windows color (decimal): -5968438 or 13299108. OLE color: 13299108.

HSL color Cylindrical-coordinate representation of color #A4EDCA: hue angle of 151.23º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDCA is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB164237202-
CMYK0.3100.150.07
HSL151.23º66.97%78.63%-
HSV(B)151.23º30.8%92.94%-
XYZ56.2572.7366.95-
YUV211.18122.8294.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 237 (92.97% from 255) = 39.30%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=27.20%
G=39.30%
B=33.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642372020.3100.150.07151.2366.9778.63
HexA4EDCA1F0F797434f
Octal244355312370177227103117
Binary10100100111011011100101011111011111111001011110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDCA; }

 p { color: rgb(164,237,202); }

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

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

 a { background-color: rgb(164,237,202); }

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

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

 span { border-color: rgb(164,237,202); }

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