#ADEDD0

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

Shades of Magic Mint #ADEDD0

Tints of Magic Mint #ADEDD0

Color information

#ADEDD0 (or 0xADEDD0) is unknown color: approx Magic Mint. HEX triplet: AD, ED and D0. RGB value is (173,237,208). Sum of RGB (Red+Green+Blue) = 173+237+208=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDD0 is #52122F. Grayscale: #D6D6D6. Windows color (decimal): -5378608 or 13692333. OLE color: 13692333.

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

Color convert

RGB173237208-
CMYK0.2700.120.07
HSL152.81º64%80.39%-
HSV(B)152.81º27%92.94%-
XYZ58.974.0170.85-
YUV214.56124.398.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=27.99%
G=38.35%
B=33.66%

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
Decimal1732372080.2700.120.07152.816480.39
HexADEDD01B0C7994050
Octal255355320330147231100120
Binary10101101111011011101000011011011001111001100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDD0; }

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

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

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

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

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

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

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

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