#ADEBD2

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

Shades of Magic Mint #ADEBD2

Tints of Magic Mint #ADEBD2

Color information

#ADEBD2 (or 0xADEBD2) is unknown color: approx Magic Mint. HEX triplet: AD, EB and D2. RGB value is (173,235,210). Sum of RGB (Red+Green+Blue) = 173+235+210=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBD2 is #52142D. Grayscale: #D5D5D5. Windows color (decimal): -5379118 or 13822893. OLE color: 13822893.

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

Color convert

RGB173235210-
CMYK0.2600.110.08
HSL155.81º60.78%80%-
HSV(B)155.81º26.38%92.16%-
XYZ58.5772.9571.97-
YUV213.61125.9699.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=27.99%
G=38.03%
B=33.98%

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
Decimal1732352100.2600.110.08155.8160.7880
HexADEBD21A0B89c3d50
Octal255353322320131023475120
Binary10101101111010111101001011010010111000100111001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBD2; }

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

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

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

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

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

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

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

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