#ADEACD

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

Shades of Magic Mint #ADEACD

Tints of Magic Mint #ADEACD

Color information

#ADEACD (or 0xADEACD) is unknown color: approx Magic Mint. HEX triplet: AD, EA and CD. RGB value is (173,234,205). Sum of RGB (Red+Green+Blue) = 173+234+205=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEACD is #521532. Grayscale: #D4D4D4. Windows color (decimal): -5379379 or 13494957. OLE color: 13494957.

HSL color Cylindrical-coordinate representation of color #ADEACD: hue angle of 151.48º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEACD is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB173234205-
CMYK0.2600.120.08
HSL151.48º59.22%79.8%-
HSV(B)151.48º26.07%91.76%-
XYZ57.6872.1468.64-
YUV212.46123.7999.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 234 (91.80% from 255) = 38.24%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=28.27%
G=38.24%
B=33.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732342050.2600.120.08151.4859.2279.8
HexADEACD1A0C8973b50
Octal255352315320141022773120
Binary10101101111010101100110111010011001000100101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEACD; }

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

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

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

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

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

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

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

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