#A5F8CC

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

Shades of Magic Mint #A5F8CC

Tints of Magic Mint #A5F8CC

Color information

#A5F8CC (or 0xA5F8CC) is unknown color: approx Magic Mint. HEX triplet: A5, F8 and CC. RGB value is (165,248,204). Sum of RGB (Red+Green+Blue) = 165+248+204=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F8CC is #5A0733. Grayscale: #DADADA. Windows color (decimal): -5900084 or 13432997. OLE color: 13432997.

HSL color Cylindrical-coordinate representation of color #A5F8CC: hue angle of 148.19º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8CC is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB165248204-
CMYK0.3300.180.03
HSL148.19º85.57%80.98%-
HSV(B)148.19º33.47%97.25%-
XYZ59.9879.4969.31-
YUV218.1712090.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.74%
GREEN value IS 248 (97.27% from 255) = 40.19%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=26.74%
G=40.19%
B=33.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652482040.3300.180.03148.1985.5780.98
HexA5F8CC210123945651
Octal245370314410223224126121
Binary101001011111100011001100100001010010111001010010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F8CC; }

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

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

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

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

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

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

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

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