#AFFACF

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

Shades of Magic Mint #AFFACF

Tints of Magic Mint #AFFACF

Color information

#AFFACF (or 0xAFFACF) is unknown color: approx Magic Mint. HEX triplet: AF, FA and CF. RGB value is (175,250,207). Sum of RGB (Red+Green+Blue) = 175+250+207=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFACF is #500530. Grayscale: #DEDEDE. Windows color (decimal): -5244209 or 13630127. OLE color: 13630127.

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

Color convert

RGB175250207-
CMYK0.300.170.02
HSL145.6º88.24%83.33%-
HSV(B)145.6º30%98.04%-
XYZ63.1381.9971.53-
YUV222.67119.1594-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=27.69%
G=39.56%
B=32.75%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502070.300.170.02145.688.2483.33
HexAFFACF1E0112925853
Octal257372317360212222130123
Binary10101111111110101100111111110010001101001001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFACF; }

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

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

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

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

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

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

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

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