#AFF9CF

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

Shades of Magic Mint #AFF9CF

Tints of Magic Mint #AFF9CF

Color information

#AFF9CF (or 0xAFF9CF) is unknown color: approx Magic Mint. HEX triplet: AF, F9 and CF. RGB value is (175,249,207). Sum of RGB (Red+Green+Blue) = 175+249+207=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9CF is #500630. Grayscale: #DEDEDE. Windows color (decimal): -5244465 or 13629871. OLE color: 13629871.

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

Color convert

RGB175249207-
CMYK0.3000.170.02
HSL145.95º86.05%83.14%-
HSV(B)145.95º29.72%97.65%-
XYZ62.8281.3771.43-
YUV222.09119.4894.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 249 (97.66% from 255) = 39.46%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=27.73%
G=39.46%
B=32.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492070.3000.170.02145.9586.0583.14
HexAFF9CF1E0112925653
Octal257371317360212222126123
Binary10101111111110011100111111110010001101001001010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9CF; }

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

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

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

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

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

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

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

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