#A0FCD7

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

Shades of Magic Mint #A0FCD7

Tints of Magic Mint #A0FCD7

Color information

#A0FCD7 (or 0xA0FCD7) is unknown color: approx Magic Mint. HEX triplet: A0, FC and D7. RGB value is (160,252,215). Sum of RGB (Red+Green+Blue) = 160+252+215=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCD7 is #5F0328. Grayscale: #DCDCDC. Windows color (decimal): -6226729 or 14154912. OLE color: 14154912.

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

Color convert

RGB160252215-
CMYK0.3700.150.01
HSL155.87º93.88%80.78%-
HSV(B)155.87º36.51%98.82%-
XYZ61.578276.87-
YUV220.27125.0285.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.52%
GREEN value IS 252 (98.83% from 255) = 40.19%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=25.52%
G=40.19%
B=34.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602522150.3700.150.01155.8793.8880.78
HexA0FCD7250F19c5e51
Octal240374327450171234136121
Binary1010000011111100110101111001010111111001110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCD7; }

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

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

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

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

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

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

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

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