#A0F0CA

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

Shades of Magic Mint #A0F0CA

Tints of Magic Mint #A0F0CA

Color information

#A0F0CA (or 0xA0F0CA) is unknown color: approx Magic Mint. HEX triplet: A0, F0 and CA. RGB value is (160,240,202). Sum of RGB (Red+Green+Blue) = 160+240+202=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F0CA is #5F0F35. Grayscale: #D3D3D3. Windows color (decimal): -6229814 or 13299872. OLE color: 13299872.

HSL color Cylindrical-coordinate representation of color #A0F0CA: hue angle of 151.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0CA is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB160240202-
CMYK0.3300.160.06
HSL151.5º72.73%78.43%-
HSV(B)151.5º33.33%94.12%-
XYZ56.3274.0667.2-
YUV211.75122.591.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.58%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=26.58%
G=39.87%
B=33.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602402020.3300.160.06151.572.7378.43
HexA0F0CA21010698494e
Octal240360312410206230111116
Binary1010000011110000110010101000010100001101001100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F0CA; }

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

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

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

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

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

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

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

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