#ADEDCB

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

Shades of Magic Mint #ADEDCB

Tints of Magic Mint #ADEDCB

Color information

#ADEDCB (or 0xADEDCB) is unknown color: approx Magic Mint. HEX triplet: AD, ED and CB. RGB value is (173,237,203). Sum of RGB (Red+Green+Blue) = 173+237+203=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDCB is #521234. Grayscale: #D6D6D6. Windows color (decimal): -5378613 or 13364653. OLE color: 13364653.

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

Color convert

RGB173237203-
CMYK0.2700.140.07
HSL148.12º64%80.39%-
HSV(B)148.12º27%92.94%-
XYZ58.373.7667.67-
YUV213.99121.898.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=28.22%
G=38.66%
B=33.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732372030.2700.140.07148.126480.39
HexADEDCB1B0E7944050
Octal255355313330167224100120
Binary10101101111011011100101111011011101111001010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDCB; }

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

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

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

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

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

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

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

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