#A0F2CF

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

Shades of Magic Mint #A0F2CF

Tints of Magic Mint #A0F2CF

Color information

#A0F2CF (or 0xA0F2CF) is unknown color: approx Magic Mint. HEX triplet: A0, F2 and CF. RGB value is (160,242,207). Sum of RGB (Red+Green+Blue) = 160+242+207=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2CF is #5F0D30. Grayscale: #D5D5D5. Windows color (decimal): -6229297 or 13628064. OLE color: 13628064.

HSL color Cylindrical-coordinate representation of color #A0F2CF: hue angle of 154.39º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2CF is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB160242207-
CMYK0.3400.140.05
HSL154.39º75.93%78.82%-
HSV(B)154.39º33.88%94.9%-
XYZ57.5175.4870.57-
YUV213.49124.3389.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.27%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=26.27%
G=39.74%
B=33.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602422070.3400.140.05154.3975.9378.82
HexA0F2CF220E59a4c4f
Octal240362317420165232114117
Binary101000001111001011001111100010011101011001101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F2CF; }

 p { color: rgb(160,242,207); }

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

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

 a { background-color: rgb(160,242,207); }

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

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

 span { border-color: rgb(160,242,207); }

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