#A5F1CC

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

Shades of Magic Mint #A5F1CC

Tints of Magic Mint #A5F1CC

Color information

#A5F1CC (or 0xA5F1CC) is unknown color: approx Magic Mint. HEX triplet: A5, F1 and CC. RGB value is (165,241,204). Sum of RGB (Red+Green+Blue) = 165+241+204=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F1CC is #5A0E33. Grayscale: #D6D6D6. Windows color (decimal): -5901876 or 13431205. OLE color: 13431205.

HSL color Cylindrical-coordinate representation of color #A5F1CC: hue angle of 150.79º 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 #A5F1CC is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB165241204-
CMYK0.3200.150.05
HSL150.79º73.08%79.61%-
HSV(B)150.79º31.54%94.51%-
XYZ57.8775.2768.61-
YUV214.06122.3293.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.05%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=27.05%
G=39.51%
B=33.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652412040.3200.150.05150.7973.0879.61
HexA5F1CC200F5974950
Octal245361314400175227111120
Binary101001011111000111001100100000011111011001011110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F1CC; }

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

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

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

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

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

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

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

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