#AFFAC6

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

Shades of Magic Mint #AFFAC6

Tints of Magic Mint #AFFAC6

Color information

#AFFAC6 (or 0xAFFAC6) is unknown color: approx Magic Mint. HEX triplet: AF, FA and C6. RGB value is (175,250,198). Sum of RGB (Red+Green+Blue) = 175+250+198=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC6 is #500539. Grayscale: #DDDDDD. Windows color (decimal): -5244218 or 13040303. OLE color: 13040303.

HSL color Cylindrical-coordinate representation of color #AFFAC6: hue angle of 138.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAC6 is Cyan = 0.3, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB175250198-
CMYK0.300.210.02
HSL138.4º88.24%83.33%-
HSV(B)138.4º30%98.04%-
XYZ62.0681.5665.9-
YUV221.65114.6594.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=28.09%
G=40.13%
B=31.78%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501980.300.210.02138.488.2483.33
HexAFFAC61E01528a5853
Octal257372306360252212130123
Binary10101111111110101100011011110010101101000101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAC6; }

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

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

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

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

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

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

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

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