#ADF2CC

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

Shades of Magic Mint #ADF2CC

Tints of Magic Mint #ADF2CC

Color information

#ADF2CC (or 0xADF2CC) is unknown color: approx Magic Mint. HEX triplet: AD, F2 and CC. RGB value is (173,242,204). Sum of RGB (Red+Green+Blue) = 173+242+204=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2CC is #520D33. Grayscale: #D9D9D9. Windows color (decimal): -5377332 or 13431469. OLE color: 13431469.

HSL color Cylindrical-coordinate representation of color #ADF2CC: hue angle of 146.96º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2CC is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB173242204-
CMYK0.2900.160.05
HSL146.96º72.63%81.37%-
HSV(B)146.96º28.51%94.9%-
XYZ59.8876.7568.78-
YUV217.04120.6496.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 242 (94.92% from 255) = 39.10%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=27.95%
G=39.10%
B=32.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732422040.2900.160.05146.9672.6381.37
HexADF2CC1D0105934951
Octal255362314350205223111121
Binary101011011111001011001100111010100001011001001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2CC; }

 p { color: rgb(173,242,204); }

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

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

 a { background-color: rgb(173,242,204); }

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

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

 span { border-color: rgb(173,242,204); }

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