#ADDEC6

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

Shades of Magic Mint #ADDEC6

Tints of Magic Mint #ADDEC6

Color information

#ADDEC6 (or 0xADDEC6) is unknown color: approx Magic Mint. HEX triplet: AD, DE and C6. RGB value is (173,222,198). Sum of RGB (Red+Green+Blue) = 173+222+198=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC6 is #522139. Grayscale: #CCCCCC. Windows color (decimal): -5382458 or 13033133. OLE color: 13033133.

HSL color Cylindrical-coordinate representation of color #ADDEC6: hue angle of 150.61º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEC6 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB173222198-
CMYK0.2200.110.13
HSL150.61º42.61%77.45%-
HSV(B)150.61º22.07%87.06%-
XYZ53.5565.263.19-
YUV204.61124.27105.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=29.17%
G=37.44%
B=33.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221980.2200.110.13150.6142.6177.45
HexADDEC6160BD972b4d
Octal255336306260131522753115
Binary10101101110111101100011010110010111101100101111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEC6; }

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

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

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

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

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

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

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

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