#A0F5CD

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

Shades of Magic Mint #A0F5CD

Tints of Magic Mint #A0F5CD

Color information

#A0F5CD (or 0xA0F5CD) is unknown color: approx Magic Mint. HEX triplet: A0, F5 and CD. RGB value is (160,245,205). Sum of RGB (Red+Green+Blue) = 160+245+205=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F5CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F5CD is #5F0A32. Grayscale: #D7D7D7. Windows color (decimal): -6228531 or 13497760. OLE color: 13497760.

HSL color Cylindrical-coordinate representation of color #A0F5CD: hue angle of 151.76º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F5CD is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB160245205-
CMYK0.3500.160.04
HSL151.76º80.95%79.41%-
HSV(B)151.76º34.69%96.08%-
XYZ58.1777.1969.59-
YUV215.02122.3488.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.23%
GREEN value IS 245 (96.09% from 255) = 40.16%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=26.23%
G=40.16%
B=33.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602452050.3500.160.04151.7680.9579.41
HexA0F5CD23010498514f
Octal240365315430204230121117
Binary1010000011110101110011011000110100001001001100010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F5CD; }

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

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

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

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

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

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

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

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