#ADEDD5

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

Shades of Magic Mint #ADEDD5

Tints of Magic Mint #ADEDD5

Color information

#ADEDD5 (or 0xADEDD5) is unknown color: approx Magic Mint. HEX triplet: AD, ED and D5. RGB value is (173,237,213). Sum of RGB (Red+Green+Blue) = 173+237+213=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDD5 is #52122A. Grayscale: #D7D7D7. Windows color (decimal): -5378603 or 14020013. OLE color: 14020013.

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

Color convert

RGB173237213-
CMYK0.2700.100.07
HSL157.5º64%80.39%-
HSV(B)157.5º27%92.94%-
XYZ59.5374.2674.15-
YUV215.13126.897.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.77%
GREEN value IS 237 (92.97% from 255) = 38.04%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=27.77%
G=38.04%
B=34.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732372130.2700.100.07157.56480.39
HexADEDD51B0A79e4050
Octal255355325330127236100120
Binary10101101111011011101010111011010101111001111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDD5; }

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

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

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

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

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

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

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

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