#ADEBC6

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

Shades of Magic Mint #ADEBC6

Tints of Magic Mint #ADEBC6

Color information

#ADEBC6 (or 0xADEBC6) is unknown color: approx Magic Mint. HEX triplet: AD, EB and C6. RGB value is (173,235,198). Sum of RGB (Red+Green+Blue) = 173+235+198=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBC6 is #521439. Grayscale: #D4D4D4. Windows color (decimal): -5379130 or 13036461. OLE color: 13036461.

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

Color convert

RGB173235198-
CMYK0.2600.160.08
HSL144.19º60.78%80%-
HSV(B)144.19º26.38%92.16%-
XYZ57.1372.3864.39-
YUV212.24119.96100.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.55%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=28.55%
G=38.78%
B=32.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351980.2600.160.08144.1960.7880
HexADEBC61A0108903d50
Octal255353306320201022075120
Binary101011011110101111000110110100100001000100100001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBC6; }

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

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

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

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

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

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

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

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