#a2f0c3

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

Shades of Magic Mint #A2F0C3

Tints of Magic Mint #A2F0C3

Color information

#A2F0C3 (or 0xA2F0C3) is unknown color: approx Magic Mint. HEX triplet: A2, F0 and C3. RGB value is (162,240,195). Sum of RGB (Red+Green+Blue) = 162+240+195=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F0C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F0C3 is #5D0F3C. Grayscale: #D3D3D3. Windows color (decimal): -6098749 or 12841122. OLE color: 12841122.

HSL color Cylindrical-coordinate representation of color #A2F0C3: hue angle of 145.38º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2F0C3 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB162240195-
CMYK0.3200.190.06
HSL145.38º72.22%78.82%-
HSV(B)145.38º32.5%94.12%-
XYZ55.9173.9462.96-
YUV211.55118.6692.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.14%
GREEN value IS 240 (94.14% from 255) = 40.20%
BLUE value IS 195 (76.56% from 255) = 32.66%
R=27.14%
G=40.20%
B=32.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622401950.3200.190.06145.3872.2278.82
HexA2F0C320013691484f
Octal242360303400236221110117
Binary1010001011110000110000111000000100111101001000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2f0c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2f0c3; }

 p { color: rgb(162,240,195); }

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

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

 a { background-color: rgb(162,240,195); }

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

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

 span { border-color: rgb(162,240,195); }

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