#ADEAD3

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

Shades of Magic Mint #ADEAD3

Tints of Magic Mint #ADEAD3

Color information

#ADEAD3 (or 0xADEAD3) is unknown color: approx Magic Mint. HEX triplet: AD, EA and D3. RGB value is (173,234,211). Sum of RGB (Red+Green+Blue) = 173+234+211=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAD3 is #52152C. Grayscale: #D5D5D5. Windows color (decimal): -5379373 or 13888173. OLE color: 13888173.

HSL color Cylindrical-coordinate representation of color #ADEAD3: hue angle of 157.38º 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 #ADEAD3 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB173234211-
CMYK0.2600.100.08
HSL157.38º59.22%79.8%-
HSV(B)157.38º26.07%91.76%-
XYZ58.4172.4372.53-
YUV213.14126.7999.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=27.99%
G=37.86%
B=34.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732342110.2600.100.08157.3859.2279.8
HexADEAD31A0A89d3b50
Octal255352323320121023573120
Binary10101101111010101101001111010010101000100111011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEAD3; }

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

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

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

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

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

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

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

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