#ADEDCC

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

Shades of Magic Mint #ADEDCC

Tints of Magic Mint #ADEDCC

Color information

#ADEDCC (or 0xADEDCC) is unknown color: approx Magic Mint. HEX triplet: AD, ED and CC. RGB value is (173,237,204). Sum of RGB (Red+Green+Blue) = 173+237+204=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDCC is #521233. Grayscale: #D6D6D6. Windows color (decimal): -5378612 or 13430189. OLE color: 13430189.

HSL color Cylindrical-coordinate representation of color #ADEDCC: hue angle of 149.06º degrees, saturation: 0.64, 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 #ADEDCC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB173237204-
CMYK0.2700.140.07
HSL149.06º64%80.39%-
HSV(B)149.06º27%92.94%-
XYZ58.4273.8168.3-
YUV214.1122.398.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=28.18%
G=38.60%
B=33.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732372040.2700.140.07149.066480.39
HexADEDCC1B0E7954050
Octal255355314330167225100120
Binary10101101111011011100110011011011101111001010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDCC; }

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

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

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

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

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

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

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

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