#ADDEC4

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

Shades of Magic Mint #ADDEC4

Tints of Magic Mint #ADDEC4

Color information

#ADDEC4 (or 0xADDEC4) is unknown color: approx Magic Mint. HEX triplet: AD, DE and C4. RGB value is (173,222,196). Sum of RGB (Red+Green+Blue) = 173+222+196=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC4 is #52213B. Grayscale: #CCCCCC. Windows color (decimal): -5382460 or 12902061. OLE color: 12902061.

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

Color convert

RGB173222196-
CMYK0.2200.120.13
HSL148.16º42.61%77.45%-
HSV(B)148.16º22.07%87.06%-
XYZ53.3265.1161.98-
YUV204.38123.27105.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=29.27%
G=37.56%
B=33.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221960.2200.120.13148.1642.6177.45
HexADDEC4160CD942b4d
Octal255336304260141522453115
Binary10101101110111101100010010110011001101100101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEC4; }

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

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

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

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

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

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

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

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