#ADEDD1

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

Shades of Magic Mint #ADEDD1

Tints of Magic Mint #ADEDD1

Color information

#ADEDD1 (or 0xADEDD1) is unknown color: approx Magic Mint. HEX triplet: AD, ED and D1. RGB value is (173,237,209). Sum of RGB (Red+Green+Blue) = 173+237+209=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDD1 is #52122E. Grayscale: #D6D6D6. Windows color (decimal): -5378607 or 13757869. OLE color: 13757869.

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

Color convert

RGB173237209-
CMYK0.2700.120.07
HSL153.75º64%80.39%-
HSV(B)153.75º27%92.94%-
XYZ59.0374.0671.5-
YUV214.67124.898.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 209 (82.03% from 255) = 33.76%
R=27.95%
G=38.29%
B=33.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732372090.2700.120.07153.756480.39
HexADEDD11B0C79a4050
Octal255355321330147232100120
Binary10101101111011011101000111011011001111001101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDD1; }

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

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

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

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

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

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

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

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