#AFF0C5

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

Shades of Magic Mint #AFF0C5

Tints of Magic Mint #AFF0C5

Color information

#AFF0C5 (or 0xAFF0C5) is unknown color: approx Magic Mint. HEX triplet: AF, F0 and C5. RGB value is (175,240,197). Sum of RGB (Red+Green+Blue) = 175+240+197=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0C5 is #500F3A. Grayscale: #D7D7D7. Windows color (decimal): -5246779 or 12972207. OLE color: 12972207.

HSL color Cylindrical-coordinate representation of color #AFF0C5: hue angle of 140.31º 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 #AFF0C5 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB175240197-
CMYK0.2700.180.06
HSL140.31º68.42%81.37%-
HSV(B)140.31º27.08%94.12%-
XYZ58.9275.4764.28-
YUV215.66117.4799-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 240 (94.14% from 255) = 39.22%
BLUE value IS 197 (77.34% from 255) = 32.19%
R=28.59%
G=39.22%
B=32.19%

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
Decimal1752401970.2700.180.06140.3168.4281.37
HexAFF0C51B01268c4451
Octal257360305330226214104121
Binary101011111111000011000101110110100101101000110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0C5; }

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

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

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

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

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

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

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

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