#AFFACB

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

Shades of Magic Mint #AFFACB

Tints of Magic Mint #AFFACB

Color information

#AFFACB (or 0xAFFACB) is unknown color: approx Magic Mint. HEX triplet: AF, FA and CB. RGB value is (175,250,203). Sum of RGB (Red+Green+Blue) = 175+250+203=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFACB is #500534. Grayscale: #DEDEDE. Windows color (decimal): -5244213 or 13367983. OLE color: 13367983.

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

Color convert

RGB175250203-
CMYK0.300.190.02
HSL142.4º88.24%83.33%-
HSV(B)142.4º30%98.04%-
XYZ62.6481.868.99-
YUV222.22117.1594.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=27.87%
G=39.81%
B=32.32%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502030.300.190.02142.488.2483.33
HexAFFACB1E01328e5853
Octal257372313360232216130123
Binary10101111111110101100101111110010011101000111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFACB; }

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

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

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

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

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

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

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

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