#AFF6C9

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

Shades of Magic Mint #AFF6C9

Tints of Magic Mint #AFF6C9

Color information

#AFF6C9 (or 0xAFF6C9) is unknown color: approx Magic Mint. HEX triplet: AF, F6 and C9. RGB value is (175,246,201). Sum of RGB (Red+Green+Blue) = 175+246+201=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6C9 is #500936. Grayscale: #DBDBDB. Windows color (decimal): -5245239 or 13235887. OLE color: 13235887.

HSL color Cylindrical-coordinate representation of color #AFF6C9: hue angle of 141.97º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6C9 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB175246201-
CMYK0.2900.180.04
HSL141.97º79.78%82.55%-
HSV(B)141.97º28.86%96.47%-
XYZ61.1879.2467.33-
YUV219.64117.4896.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 246 (96.48% from 255) = 39.55%
BLUE value IS 201 (78.91% from 255) = 32.32%
R=28.14%
G=39.55%
B=32.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752462010.2900.180.04141.9779.7882.55
HexAFF6C91D01248e5053
Octal257366311350224216120123
Binary101011111111011011001001111010100101001000111010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF6C9; }

 p { color: rgb(175,246,201); }

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

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

 a { background-color: rgb(175,246,201); }

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

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

 span { border-color: rgb(175,246,201); }

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