#ADDDC7

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

Shades of Magic Mint #ADDDC7

Tints of Magic Mint #ADDDC7

Color information

#ADDDC7 (or 0xADDDC7) is unknown color: approx Magic Mint. HEX triplet: AD, DD and C7. RGB value is (173,221,199). Sum of RGB (Red+Green+Blue) = 173+221+199=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDC7 is #522238. Grayscale: #CCCCCC. Windows color (decimal): -5382713 or 13098413. OLE color: 13098413.

HSL color Cylindrical-coordinate representation of color #ADDDC7: hue angle of 152.5º degrees, saturation: 0.41, 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 #ADDDC7 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB173221199-
CMYK0.2200.100.13
HSL152.5º41.38%77.25%-
HSV(B)152.5º21.72%86.67%-
XYZ53.464.7263.71-
YUV204.14125.1105.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=29.17%
G=37.27%
B=33.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211990.2200.100.13152.541.3877.25
HexADDDC7160AD98294d
Octal255335307260121523051115
Binary10101101110111011100011110110010101101100110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDC7; }

 p { color: rgb(173,221,199); }

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

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

 a { background-color: rgb(173,221,199); }

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

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

 span { border-color: rgb(173,221,199); }

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