#ADF3CD

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

Shades of Magic Mint #ADF3CD

Tints of Magic Mint #ADF3CD

Color information

#ADF3CD (or 0xADF3CD) is unknown color: approx Magic Mint. HEX triplet: AD, F3 and CD. RGB value is (173,243,205). Sum of RGB (Red+Green+Blue) = 173+243+205=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3CD is #520C32. Grayscale: #D9D9D9. Windows color (decimal): -5377075 or 13497261. OLE color: 13497261.

HSL color Cylindrical-coordinate representation of color #ADF3CD: hue angle of 147.43º 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 #ADF3CD is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB173243205-
CMYK0.2900.160.05
HSL147.43º74.47%81.57%-
HSV(B)147.43º28.81%95.29%-
XYZ60.377.3969.52-
YUV217.74120.8196.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.86%
GREEN value IS 243 (95.31% from 255) = 39.13%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=27.86%
G=39.13%
B=33.01%

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
Decimal1732432050.2900.160.05147.4374.4781.57
HexADF3CD1D0105934a52
Octal255363315350205223112122
Binary101011011111001111001101111010100001011001001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF3CD; }

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

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

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

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

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

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

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

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