#ADFDDF

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

Shades of Magic Mint #ADFDDF

Tints of Magic Mint #ADFDDF

Color information

#ADFDDF (or 0xADFDDF) is unknown color: approx Magic Mint. HEX triplet: AD, FD and DF. RGB value is (173,253,223). Sum of RGB (Red+Green+Blue) = 173+253+223=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDDF is #520220. Grayscale: #E1E1E1. Windows color (decimal): -5374497 or 14679469. OLE color: 14679469.

HSL color Cylindrical-coordinate representation of color #ADFDDF: hue angle of 157.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDDF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB173253223-
CMYK0.3200.120.01
HSL157.5º95.24%83.53%-
HSV(B)157.5º31.62%99.22%-
XYZ65.6884.4682.65-
YUV225.66126.590.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.66%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 223 (87.5% from 255) = 34.36%
R=26.66%
G=38.98%
B=34.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532230.3200.120.01157.595.2483.53
HexADFDDF200C19e5f54
Octal255375337400141236137124
Binary1010110111111101110111111000000110011001111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDDF; }

 p { color: rgb(173,253,223); }

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

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

 a { background-color: rgb(173,253,223); }

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

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

 span { border-color: rgb(173,253,223); }

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