#AFFACE

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

Shades of Magic Mint #AFFACE

Tints of Magic Mint #AFFACE

Color information

#AFFACE (or 0xAFFACE) is unknown color: approx Magic Mint. HEX triplet: AF, FA and CE. RGB value is (175,250,206). Sum of RGB (Red+Green+Blue) = 175+250+206=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFACE is #500531. Grayscale: #DEDEDE. Windows color (decimal): -5244210 or 13564591. OLE color: 13564591.

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

Color convert

RGB175250206-
CMYK0.300.180.02
HSL144.8º88.24%83.33%-
HSV(B)144.8º30%98.04%-
XYZ63.0181.9470.89-
YUV222.56118.6594.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=27.73%
G=39.62%
B=32.65%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502060.300.180.02144.888.2483.33
HexAFFACE1E0122915853
Octal257372316360222221130123
Binary10101111111110101100111011110010010101001000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFACE; }

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

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

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

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

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

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

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

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