#A0FCCC

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

Shades of Magic Mint #A0FCCC

Tints of Magic Mint #A0FCCC

Color information

#A0FCCC (or 0xA0FCCC) is unknown color: approx Magic Mint. HEX triplet: A0, FC and CC. RGB value is (160,252,204). Sum of RGB (Red+Green+Blue) = 160+252+204=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCCC is #5F0333. Grayscale: #DBDBDB. Windows color (decimal): -6226740 or 13434016. OLE color: 13434016.

HSL color Cylindrical-coordinate representation of color #A0FCCC: hue angle of 148.7º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCCC is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB160252204-
CMYK0.3700.190.01
HSL148.7º93.88%80.78%-
HSV(B)148.7º36.51%98.82%-
XYZ60.2181.4569.68-
YUV219.02119.5285.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.97%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=25.97%
G=40.91%
B=33.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602522040.3700.190.01148.793.8880.78
HexA0FCCC250131955e51
Octal240374314450231225136121
Binary10100000111111001100110010010101001111001010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCCC; }

 p { color: rgb(160,252,204); }

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

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

 a { background-color: rgb(160,252,204); }

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

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

 span { border-color: rgb(160,252,204); }

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