#A5EECF

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

Shades of Magic Mint #A5EECF

Tints of Magic Mint #A5EECF

Color information

#A5EECF (or 0xA5EECF) is unknown color: approx Magic Mint. HEX triplet: A5, EE and CF. RGB value is (165,238,207). Sum of RGB (Red+Green+Blue) = 165+238+207=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EECF is #5A1130. Grayscale: #D4D4D4. Windows color (decimal): -5902641 or 13627045. OLE color: 13627045.

HSL color Cylindrical-coordinate representation of color #A5EECF: hue angle of 154.52º degrees, saturation: 0.68, 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 #A5EECF is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB165238207-
CMYK0.3100.130.07
HSL154.52º68.22%79.02%-
HSV(B)154.52º30.67%93.33%-
XYZ57.3573.6570.23-
YUV212.64124.8294.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.05%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=27.05%
G=39.02%
B=33.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652382070.3100.130.07154.5268.2279.02
HexA5EECF1F0D79b444f
Octal245356317370157233104117
Binary10100101111011101100111111111011011111001101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EECF; }

 p { color: rgb(165,238,207); }

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

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

 a { background-color: rgb(165,238,207); }

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

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

 span { border-color: rgb(165,238,207); }

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