#A0F7CD

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

Shades of Magic Mint #A0F7CD

Tints of Magic Mint #A0F7CD

Color information

#A0F7CD (or 0xA0F7CD) is unknown color: approx Magic Mint. HEX triplet: A0, F7 and CD. RGB value is (160,247,205). Sum of RGB (Red+Green+Blue) = 160+247+205=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F7CD is #5F0832. Grayscale: #D8D8D8. Windows color (decimal): -6228019 or 13498272. OLE color: 13498272.

HSL color Cylindrical-coordinate representation of color #A0F7CD: hue angle of 151.03º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F7CD is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB160247205-
CMYK0.3500.170.03
HSL151.03º84.47%79.8%-
HSV(B)151.03º35.22%96.86%-
XYZ58.7878.469.79-
YUV216.2121.6887.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.14%
GREEN value IS 247 (96.88% from 255) = 40.36%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=26.14%
G=40.36%
B=33.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602472050.3500.170.03151.0384.4779.8
HexA0F7CD230113975450
Octal240367315430213227124120
Binary101000001111011111001101100011010001111001011110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F7CD; }

 p { color: rgb(160,247,205); }

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

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

 a { background-color: rgb(160,247,205); }

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

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

 span { border-color: rgb(160,247,205); }

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