#AFF9C6

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

Shades of Magic Mint #AFF9C6

Tints of Magic Mint #AFF9C6

Color information

#AFF9C6 (or 0xAFF9C6) is unknown color: approx Magic Mint. HEX triplet: AF, F9 and C6. RGB value is (175,249,198). Sum of RGB (Red+Green+Blue) = 175+249+198=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9C6 is #500639. Grayscale: #DDDDDD. Windows color (decimal): -5244474 or 13040047. OLE color: 13040047.

HSL color Cylindrical-coordinate representation of color #AFF9C6: hue angle of 138.65º degrees, saturation: 0.86, 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 #AFF9C6 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB175249198-
CMYK0.3000.200.02
HSL138.65º86.05%83.14%-
HSV(B)138.65º29.72%97.65%-
XYZ61.7580.9465.8-
YUV221.06114.9895.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=28.14%
G=40.03%
B=31.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491980.3000.200.02138.6586.0583.14
HexAFF9C61E01428b5653
Octal257371306360242213126123
Binary10101111111110011100011011110010100101000101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9C6; }

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

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

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

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

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

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

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

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