#A5E9CC

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

Shades of Magic Mint #A5E9CC

Tints of Magic Mint #A5E9CC

Color information

#A5E9CC (or 0xA5E9CC) is unknown color: approx Magic Mint. HEX triplet: A5, E9 and CC. RGB value is (165,233,204). Sum of RGB (Red+Green+Blue) = 165+233+204=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9CC is #5A1633. Grayscale: #D1D1D1. Windows color (decimal): -5903924 or 13429157. OLE color: 13429157.

HSL color Cylindrical-coordinate representation of color #A5E9CC: hue angle of 154.41º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9CC is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB165233204-
CMYK0.2900.120.09
HSL154.41º60.71%78.04%-
HSV(B)154.41º29.18%91.37%-
XYZ55.5670.6467.83-
YUV209.36124.9796.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.41%
GREEN value IS 233 (91.41% from 255) = 38.70%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=27.41%
G=38.70%
B=33.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652332040.2900.120.09154.4160.7178.04
HexA5E9CC1D0C99a3d4e
Octal245351314350141123275116
Binary10100101111010011100110011101011001001100110101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E9CC; }

 p { color: rgb(165,233,204); }

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

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

 a { background-color: rgb(165,233,204); }

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

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

 span { border-color: rgb(165,233,204); }

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