#A5EBCC

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

Shades of Magic Mint #A5EBCC

Tints of Magic Mint #A5EBCC

Color information

#A5EBCC (or 0xA5EBCC) is unknown color: approx Magic Mint. HEX triplet: A5, EB and CC. RGB value is (165,235,204). Sum of RGB (Red+Green+Blue) = 165+235+204=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBCC is #5A1433. Grayscale: #D2D2D2. Windows color (decimal): -5903412 or 13429669. OLE color: 13429669.

HSL color Cylindrical-coordinate representation of color #A5EBCC: hue angle of 153.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBCC is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB165235204-
CMYK0.3000.130.08
HSL153.43º63.64%78.43%-
HSV(B)153.43º29.79%92.16%-
XYZ56.1271.7868.02-
YUV210.54124.3195.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.32%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=27.32%
G=38.91%
B=33.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652352040.3000.130.08153.4363.6478.43
HexA5EBCC1E0D899404e
Octal2453533143601510231100116
Binary101001011110101111001100111100110110001001100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBCC; }

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

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

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

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

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

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

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

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