#AFFFC6

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

Shades of Magic Mint #AFFFC6

Tints of Magic Mint #AFFFC6

Color information

#AFFFC6 (or 0xAFFFC6) is unknown color: approx Magic Mint. HEX triplet: AF, FF and C6. RGB value is (175,255,198). Sum of RGB (Red+Green+Blue) = 175+255+198=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC6 is #500039. Grayscale: #E0E0E0. Windows color (decimal): -5242938 or 13041583. OLE color: 13041583.

HSL color Cylindrical-coordinate representation of color #AFFFC6: hue angle of 137.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFC6 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB175255198-
CMYK0.3100.220
HSL137.25º100%84.31%-
HSV(B)137.25º31.37%100%-
XYZ63.6384.7166.42-
YUV224.5811392.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 255 (100% from 255) = 40.61%
BLUE value IS 198 (77.73% from 255) = 31.53%
R=27.87%
G=40.61%
B=31.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551980.3100.220137.2510084.31
HexAFFFC61F0160896454
Octal257377306370260211144124
Binary1010111111111111110001101111101011001000100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFC6; }

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

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

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

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

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

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

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

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