#A0F3CA

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

Shades of Magic Mint #A0F3CA

Tints of Magic Mint #A0F3CA

Color information

#A0F3CA (or 0xA0F3CA) is unknown color: approx Magic Mint. HEX triplet: A0, F3 and CA. RGB value is (160,243,202). Sum of RGB (Red+Green+Blue) = 160+243+202=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3CA is #5F0C35. Grayscale: #D5D5D5. Windows color (decimal): -6229046 or 13300640. OLE color: 13300640.

HSL color Cylindrical-coordinate representation of color #A0F3CA: hue angle of 150.36º degrees, saturation: 0.78, 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 #A0F3CA is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB160243202-
CMYK0.3400.170.05
HSL150.36º77.57%79.02%-
HSV(B)150.36º34.16%95.29%-
XYZ57.2175.8467.5-
YUV213.51121.589.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.45%
GREEN value IS 243 (95.31% from 255) = 40.17%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=26.45%
G=40.17%
B=33.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602432020.3400.170.05150.3677.5779.02
HexA0F3CA220115964e4f
Octal240363312420215226116117
Binary1010000011110011110010101000100100011011001011010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3CA; }

 p { color: rgb(160,243,202); }

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

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

 a { background-color: rgb(160,243,202); }

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

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

 span { border-color: rgb(160,243,202); }

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