#ADECD2

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

Shades of Magic Mint #ADECD2

Tints of Magic Mint #ADECD2

Color information

#ADECD2 (or 0xADECD2) is unknown color: approx Magic Mint. HEX triplet: AD, EC and D2. RGB value is (173,236,210). Sum of RGB (Red+Green+Blue) = 173+236+210=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECD2 is #52132D. Grayscale: #D6D6D6. Windows color (decimal): -5378862 or 13823149. OLE color: 13823149.

HSL color Cylindrical-coordinate representation of color #ADECD2: hue angle of 155.24º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECD2 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB173236210-
CMYK0.2700.110.07
HSL155.24º62.38%80.2%-
HSV(B)155.24º26.69%92.55%-
XYZ58.8673.5372.06-
YUV214.2125.6398.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=27.95%
G=38.13%
B=33.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732362100.2700.110.07155.2462.3880.2
HexADECD21B0B79b3e50
Octal25535432233013723376120
Binary1010110111101100110100101101101011111100110111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECD2; }

 p { color: rgb(173,236,210); }

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

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

 a { background-color: rgb(173,236,210); }

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

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

 span { border-color: rgb(173,236,210); }

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