#AFFAC9

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

Shades of Magic Mint #AFFAC9

Tints of Magic Mint #AFFAC9

Color information

#AFFAC9 (or 0xAFFAC9) is unknown color: approx Magic Mint. HEX triplet: AF, FA and C9. RGB value is (175,250,201). Sum of RGB (Red+Green+Blue) = 175+250+201=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC9 is #500536. Grayscale: #DEDEDE. Windows color (decimal): -5244215 or 13236911. OLE color: 13236911.

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

Color convert

RGB175250201-
CMYK0.300.200.02
HSL140.8º88.24%83.33%-
HSV(B)140.8º30%98.04%-
XYZ62.4181.767.74-
YUV221.99116.1594.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 201 (78.91% from 255) = 32.11%
R=27.96%
G=39.94%
B=32.11%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502010.300.200.02140.888.2483.33
HexAFFAC91E01428d5853
Octal257372311360242215130123
Binary10101111111110101100100111110010100101000110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAC9; }

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

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

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

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

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

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

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

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