#AFF3C6

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

Shades of Magic Mint #AFF3C6

Tints of Magic Mint #AFF3C6

Color information

#AFF3C6 (or 0xAFF3C6) is unknown color: approx Magic Mint. HEX triplet: AF, F3 and C6. RGB value is (175,243,198). Sum of RGB (Red+Green+Blue) = 175+243+198=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3C6 is #500C39. Grayscale: #D9D9D9. Windows color (decimal): -5246010 or 13038511. OLE color: 13038511.

HSL color Cylindrical-coordinate representation of color #AFF3C6: hue angle of 140.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3C6 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB175243198-
CMYK0.2800.190.05
HSL140.29º73.91%81.96%-
HSV(B)140.29º27.98%95.29%-
XYZ59.9277.2965.19-
YUV217.54116.9797.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 243 (95.31% from 255) = 39.45%
BLUE value IS 198 (77.73% from 255) = 32.14%
R=28.41%
G=39.45%
B=32.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431980.2800.190.05140.2973.9181.96
HexAFF3C61C01358c4a52
Octal257363306340235214112122
Binary101011111111001111000110111000100111011000110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3C6; }

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

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

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

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

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

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

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

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