#AFDEC6

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

Shades of Magic Mint #AFDEC6

Tints of Magic Mint #AFDEC6

Color information

#AFDEC6 (or 0xAFDEC6) is unknown color: approx Magic Mint. HEX triplet: AF, DE and C6. RGB value is (175,222,198). Sum of RGB (Red+Green+Blue) = 175+222+198=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEC6 is #502139. Grayscale: #CDCDCD. Windows color (decimal): -5251386 or 13033135. OLE color: 13033135.

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

Color convert

RGB175222198-
CMYK0.2100.110.13
HSL149.36º41.59%77.84%-
HSV(B)149.36º21.17%87.06%-
XYZ53.9965.4363.21-
YUV205.21123.93106.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=29.41%
G=37.31%
B=33.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221980.2100.110.13149.3641.5977.84
HexAFDEC6150BD952a4e
Octal257336306250131522552116
Binary10101111110111101100011010101010111101100101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEC6; }

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

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

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

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

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

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

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

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