#A5F1C1

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

Shades of Magic Mint #A5F1C1

Tints of Magic Mint #A5F1C1

Color information

#A5F1C1 (or 0xA5F1C1) is unknown color: approx Magic Mint. HEX triplet: A5, F1 and C1. RGB value is (165,241,193). Sum of RGB (Red+Green+Blue) = 165+241+193=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F1C1 is #5A0E3E. Grayscale: #D4D4D4. Windows color (decimal): -5901887 or 12710309. OLE color: 12710309.

HSL color Cylindrical-coordinate representation of color #A5F1C1: hue angle of 142.11º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F1C1 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB165241193-
CMYK0.3200.200.05
HSL142.11º73.08%79.61%-
HSV(B)142.11º31.54%94.51%-
XYZ56.674.7661.9-
YUV212.8116.8293.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.55%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=27.55%
G=40.23%
B=32.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411930.3200.200.05142.1173.0879.61
HexA5F1C12001458e4950
Octal245361301400245216111120
Binary1010010111110001110000011000000101001011000111010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F1C1; }

 p { color: rgb(165,241,193); }

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

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

 a { background-color: rgb(165,241,193); }

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

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

 span { border-color: rgb(165,241,193); }

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