#AFF0C6

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

Shades of Magic Mint #AFF0C6

Tints of Magic Mint #AFF0C6

Color information

#AFF0C6 (or 0xAFF0C6) is unknown color: approx Magic Mint. HEX triplet: AF, F0 and C6. RGB value is (175,240,198). Sum of RGB (Red+Green+Blue) = 175+240+198=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0C6 is #500F39. Grayscale: #D7D7D7. Windows color (decimal): -5246778 or 13037743. OLE color: 13037743.

HSL color Cylindrical-coordinate representation of color #AFF0C6: hue angle of 141.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0C6 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB175240198-
CMYK0.2700.180.06
HSL141.23º68.42%81.37%-
HSV(B)141.23º27.08%94.12%-
XYZ59.0375.5164.89-
YUV215.78117.9798.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 240 (94.14% from 255) = 39.15%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=28.55%
G=39.15%
B=32.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401980.2700.180.06141.2368.4281.37
HexAFF0C61B01268d4451
Octal257360306330226215104121
Binary101011111111000011000110110110100101101000110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0C6; }

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

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

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

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

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

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

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

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