#ADDFC8

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

Shades of Magic Mint #ADDFC8

Tints of Magic Mint #ADDFC8

Color information

#ADDFC8 (or 0xADDFC8) is unknown color: approx Magic Mint. HEX triplet: AD, DF and C8. RGB value is (173,223,200). Sum of RGB (Red+Green+Blue) = 173+223+200=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFC8 is #522037. Grayscale: #CDCDCD. Windows color (decimal): -5382200 or 13164461. OLE color: 13164461.

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

Color convert

RGB173223200-
CMYK0.2200.100.13
HSL152.4º43.86%77.65%-
HSV(B)152.4º22.42%87.45%-
XYZ54.0565.8364.5-
YUV205.43124.94104.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=29.03%
G=37.42%
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
Decimal1732232000.2200.100.13152.443.8677.65
HexADDFC8160AD982c4e
Octal255337310260121523054116
Binary10101101110111111100100010110010101101100110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFC8; }

 p { color: rgb(173,223,200); }

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

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

 a { background-color: rgb(173,223,200); }

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

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

 span { border-color: rgb(173,223,200); }

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