#A2F0CD

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

Shades of Magic Mint #A2F0CD

Tints of Magic Mint #A2F0CD

Color information

#A2F0CD (or 0xA2F0CD) is unknown color: approx Magic Mint. HEX triplet: A2, F0 and CD. RGB value is (162,240,205). Sum of RGB (Red+Green+Blue) = 162+240+205=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F0CD is #5D0F32. Grayscale: #D4D4D4. Windows color (decimal): -6098739 or 13496482. OLE color: 13496482.

HSL color Cylindrical-coordinate representation of color #A2F0CD: hue angle of 153.08º 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 #A2F0CD is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB162240205-
CMYK0.3200.150.06
HSL153.08º72.22%78.82%-
HSV(B)153.08º32.5%94.12%-
XYZ57.0874.4169.11-
YUV212.69123.6691.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.69%
GREEN value IS 240 (94.14% from 255) = 39.54%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=26.69%
G=39.54%
B=33.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622402050.3200.150.06153.0872.2278.82
HexA2F0CD200F699484f
Octal242360315400176231110117
Binary101000101111000011001101100000011111101001100110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F0CD; }

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

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

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

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

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

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

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

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