#ADEBD1

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

Shades of Magic Mint #ADEBD1

Tints of Magic Mint #ADEBD1

Color information

#ADEBD1 (or 0xADEBD1) is unknown color: approx Magic Mint. HEX triplet: AD, EB and D1. RGB value is (173,235,209). Sum of RGB (Red+Green+Blue) = 173+235+209=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBD1 is #52142E. Grayscale: #D5D5D5. Windows color (decimal): -5379119 or 13757357. OLE color: 13757357.

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

Color convert

RGB173235209-
CMYK0.2600.110.08
HSL154.84º60.78%80%-
HSV(B)154.84º26.38%92.16%-
XYZ58.4572.971.31-
YUV213.5125.4699.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.04%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=28.04%
G=38.09%
B=33.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732352090.2600.110.08154.8460.7880
HexADEBD11A0B89b3d50
Octal255353321320131023375120
Binary10101101111010111101000111010010111000100110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBD1; }

 p { color: rgb(173,235,209); }

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

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

 a { background-color: rgb(173,235,209); }

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

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

 span { border-color: rgb(173,235,209); }

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