#ADF3CC

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

Shades of Magic Mint #ADF3CC

Tints of Magic Mint #ADF3CC

Color information

#ADF3CC (or 0xADF3CC) is unknown color: approx Magic Mint. HEX triplet: AD, F3 and CC. RGB value is (173,243,204). Sum of RGB (Red+Green+Blue) = 173+243+204=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3CC is #520C33. Grayscale: #D9D9D9. Windows color (decimal): -5377076 or 13431725. OLE color: 13431725.

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

Color convert

RGB173243204-
CMYK0.2900.160.05
HSL146.57º74.47%81.57%-
HSV(B)146.57º28.81%95.29%-
XYZ60.1877.3568.88-
YUV217.62120.3196.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 243 (95.31% from 255) = 39.19%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=27.90%
G=39.19%
B=32.90%

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
Decimal1732432040.2900.160.05146.5774.4781.57
HexADF3CC1D0105934a52
Octal255363314350205223112122
Binary101011011111001111001100111010100001011001001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF3CC; }

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

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

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

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

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

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

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

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