#A5FCCE

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

Shades of Magic Mint #A5FCCE

Tints of Magic Mint #A5FCCE

Color information

#A5FCCE (or 0xA5FCCE) is unknown color: approx Magic Mint. HEX triplet: A5, FC and CE. RGB value is (165,252,206). Sum of RGB (Red+Green+Blue) = 165+252+206=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCCE is #5A0331. Grayscale: #DCDCDC. Windows color (decimal): -5899058 or 13565093. OLE color: 13565093.

HSL color Cylindrical-coordinate representation of color #A5FCCE: hue angle of 148.28º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FCCE is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB165252206-
CMYK0.3500.180.01
HSL148.28º93.55%81.76%-
HSV(B)148.28º34.52%98.82%-
XYZ61.4782.0871-
YUV220.74119.6888.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.48%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=26.48%
G=40.45%
B=33.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652522060.3500.180.01148.2893.5581.76
HexA5FCCE230121945e52
Octal245374316430221224136122
Binary10100101111111001100111010001101001011001010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FCCE; }

 p { color: rgb(165,252,206); }

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

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

 a { background-color: rgb(165,252,206); }

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

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

 span { border-color: rgb(165,252,206); }

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