#AFFACC

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

Shades of Magic Mint #AFFACC

Tints of Magic Mint #AFFACC

Color information

#AFFACC (or 0xAFFACC) is unknown color: approx Magic Mint. HEX triplet: AF, FA and CC. RGB value is (175,250,204). Sum of RGB (Red+Green+Blue) = 175+250+204=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFACC is #500533. Grayscale: #DEDEDE. Windows color (decimal): -5244212 or 13433519. OLE color: 13433519.

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

Color convert

RGB175250204-
CMYK0.300.180.02
HSL143.2º88.24%83.33%-
HSV(B)143.2º30%98.04%-
XYZ62.7681.8469.62-
YUV222.33117.6594.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=27.82%
G=39.75%
B=32.43%

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
Decimal1752502040.300.180.02143.288.2483.33
HexAFFACC1E01228f5853
Octal257372314360222217130123
Binary10101111111110101100110011110010010101000111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFACC; }

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

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

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

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

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

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

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

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