#A5F9CE

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

Shades of Magic Mint #A5F9CE

Tints of Magic Mint #A5F9CE

Color information

#A5F9CE (or 0xA5F9CE) is unknown color: approx Magic Mint. HEX triplet: A5, F9 and CE. RGB value is (165,249,206). Sum of RGB (Red+Green+Blue) = 165+249+206=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9CE is #5A0631. Grayscale: #DBDBDB. Windows color (decimal): -5899826 or 13564325. OLE color: 13564325.

HSL color Cylindrical-coordinate representation of color #A5F9CE: hue angle of 149.29º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9CE is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB165249206-
CMYK0.3400.170.02
HSL149.29º87.5%81.18%-
HSV(B)149.29º33.73%97.65%-
XYZ60.5380.2170.68-
YUV218.98120.6789.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=26.61%
G=40.16%
B=33.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652492060.3400.170.02149.2987.581.18
HexA5F9CE220112955851
Octal245371316420212225130121
Binary101001011111100111001110100010010001101001010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F9CE; }

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

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

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

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

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

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

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

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