#A5FCC8

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

Shades of Magic Mint #A5FCC8

Tints of Magic Mint #A5FCC8

Color information

#A5FCC8 (or 0xA5FCC8) is unknown color: approx Magic Mint. HEX triplet: A5, FC and C8. RGB value is (165,252,200). Sum of RGB (Red+Green+Blue) = 165+252+200=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCC8 is #5A0337. Grayscale: #DCDCDC. Windows color (decimal): -5899064 or 13171877. OLE color: 13171877.

HSL color Cylindrical-coordinate representation of color #A5FCC8: hue angle of 144.14º 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 #A5FCC8 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB165252200-
CMYK0.3500.210.01
HSL144.14º93.55%81.76%-
HSV(B)144.14º34.52%98.82%-
XYZ60.7581.7967.23-
YUV220.06116.6888.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.74%
GREEN value IS 252 (98.83% from 255) = 40.84%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=26.74%
G=40.84%
B=32.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652522000.3500.210.01144.1493.5581.76
HexA5FCC8230151905e52
Octal245374310430251220136122
Binary10100101111111001100100010001101010111001000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FCC8; }

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

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

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

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

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

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

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

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