#A2FCCD

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

Shades of Magic Mint #A2FCCD

Tints of Magic Mint #A2FCCD

Color information

#A2FCCD (or 0xA2FCCD) is unknown color: approx Magic Mint. HEX triplet: A2, FC and CD. RGB value is (162,252,205). Sum of RGB (Red+Green+Blue) = 162+252+205=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCCD is #5D0332. Grayscale: #DBDBDB. Windows color (decimal): -6095667 or 13499554. OLE color: 13499554.

HSL color Cylindrical-coordinate representation of color #A2FCCD: hue angle of 148.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCCD is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB162252205-
CMYK0.3600.190.01
HSL148.67º93.75%81.18%-
HSV(B)148.67º35.71%98.82%-
XYZ60.7381.7170.33-
YUV219.73119.6886.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.17%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=26.17%
G=40.71%
B=33.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622522050.3600.190.01148.6793.7581.18
HexA2FCCD240131955e51
Octal242374315440231225136121
Binary10100010111111001100110110010001001111001010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCCD; }

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

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

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

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

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

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

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

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